|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILnkEventHandlerCore
The Link Event Handler Core interface.
This interface defines the event handler used for commmunication of link events between a link type specific endpoint implementation and the appropriate variant of Lnk*Endpoint class.
ILnkClientEndpointCore
,
ILnkServerEndpointCore
,
ILnkPeerEndpointCore
Method Summary | |
---|---|
void |
onEvent(IEmxDispatcher dispatcher,
int type,
Object data)
The event handler method |
Method Detail |
---|
void onEvent(IEmxDispatcher dispatcher, int type, Object data)
dispatcher
- The dispatcher owned by the calling thread.type
- The event type.data
- The type specific event event data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |