|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for objects that receive callback from interactors. All callbacks are made through this API.
Method Summary | |
void |
callback(interactor from_obj,
event evt,
int callback_num,
java.lang.Object callback_info)
The following method is invoked for each callback resulting from actions performed on an interactor object. |
Method Detail |
public void callback(interactor from_obj, event evt, int callback_num, java.lang.Object callback_info)
interactor
- from_obj the interactor making the callback.event
- evt the event which "caused" the callback.int
- callback_num which callback type this is.Object
- callback_info additional information about this callback
(the exact type of this information is
determined by the callback type).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |