|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This empty interface allows the Handlers class to keep track of handlers. Any component that subscribes to widgets should extend this interface.
Handlers
Method Summary | |
DataObject |
handle(java.lang.String subscriptionId,
DataObject data)
This abstract method is used to generically handle any callbacks that a widget may support. |
void |
handleIndependentReply(IndependentCommunication independentCommunication)
This method is used to forward the result of an independent communication |
Method Detail |
public DataObject handle(java.lang.String subscriptionId, DataObject data) throws InvalidMethodException, MethodException
data
- DataObject containing the data for the widget callback
InvalidMethodException
- if the specified callback can't be found
MethodException
- is thrown if the specified callback can not be
executed successfullypublic void handleIndependentReply(IndependentCommunication independentCommunication)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |