| java.lang.Object org.directwebremoting.extend.CallbackHelper
CallbackHelper | public class CallbackHelper (Code) | | A class to help with the use of
Callback s
author: Joe Walker [joe at getahead dot ltd dot uk] |
KEY_CALLBACK | final public static String KEY_CALLBACK(Code) | | The key that we use in a script session to store Callbacks
|
KEY_TYPE | final public static String KEY_TYPE(Code) | | The key that we use in a script session to store Callbacks
|
createUniqueId | public static String createUniqueId()(Code) | | Callbacks need a unique ID
|
saveCallback | public static String saveCallback(Callback<T> callback, Class<T> type)(Code) | | Used by the many proxy classes to record a callback for later calling
Parameters: callback - The callback that acts on the type Parameters: type - The type of the data that we are recording A key under which the data is stored |
|
|