com.neeve.link
Interface ILnkEventHandlerCore


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.

See Also:
ILnkClientEndpointCore, ILnkServerEndpointCore, ILnkPeerEndpointCore

Method Summary
 void onEvent(IEmxDispatcher dispatcher, int type, Object data)
          The event handler method
 

Method Detail

onEvent

void onEvent(IEmxDispatcher dispatcher,
             int type,
             Object data)
The event handler method

Parameters:
dispatcher - The dispatcher owned by the calling thread.
type - The event type.
data - The type specific event event data.
Threading:
Refer to the description of each event for the threading context in which the event is dispatched


Copyright © 2015 Neeve Research, LLC. All Rights Reserved.