org.zkoss.zk.ui.util
Interface Callback<T>

All Superinterfaces:
java.io.Serializable

public interface Callback<T>
extends java.io.Serializable

A callback interface to execute in some circumstance.

Since:
7.0.5
Author:
jumperchen

Method Summary
 void call(T data)
          Executes the callback method.
 

Method Detail

call

void call(T data)
Executes the callback method.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo