|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines callback methods to receive external events.
| Method Summary | |
void |
onExternalEvent(EventObject event)
Deprecated. Invoked to pass an external event. |
| Method Detail |
public void onExternalEvent(EventObject event)
External events are generic events of type EventObject. They can be generated from Application Treads, that is any thread which is not a platform User Thread. For example a timer handler.
A listener object implementing this interface must be created by the
oclet if it is required to receive and process external events.
Invocation of onExternalEvent is triggered by notifyExternalEvent
(see CCSession) which has to be called from the external event
handler when the original external event is received.
Thanks to notifyExternalEvent, this method is invoked in a platform User Thread. Therefore, any API method can be invoked from it.
event - The external event.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||