|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseda.sandStorm.lib.aSocket.aSocketEventHandler
seda.sandStorm.lib.aSocket.ListenEventHandler
Internal event handler for socket listen events.
Field Summary | |
protected SinkIF |
eventQ
|
protected SelectSourceIF |
selsource
|
Constructor Summary | |
(package private) |
ListenEventHandler()
|
Method Summary | |
void |
destroy()
Called when an event handler is destroyed. |
(package private) SelectSourceIF |
getSelectSource()
|
void |
handleEvent(QueueElementIF qel)
Handle the event corresponding to the given QueueElementIF. |
void |
handleEvents(QueueElementIF[] qelarr)
Handle the events corresponding to the given QueueElementIF array. |
void |
init(ConfigDataIF config)
Called when an event handler is initialized. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected SinkIF eventQ
protected SelectSourceIF selsource
Constructor Detail |
ListenEventHandler()
Method Detail |
public void init(ConfigDataIF config)
EventHandlerIF
init
in interface EventHandlerIF
init
in class aSocketEventHandler
public void destroy()
EventHandlerIF
destroy
in interface EventHandlerIF
destroy
in class aSocketEventHandler
public void handleEvent(QueueElementIF qel)
EventHandlerIF
handleEvent
in interface EventHandlerIF
handleEvent
in class aSocketEventHandler
public void handleEvents(QueueElementIF[] qelarr)
EventHandlerIF
handleEvents
in interface EventHandlerIF
handleEvents
in class aSocketEventHandler
SelectSourceIF getSelectSource()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |