|
||||||||||
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
class ListenEventHandler
Internal event handler for socket listen events.
Field Summary |
---|
Fields inherited from class seda.sandStorm.lib.aSocket.aSocketEventHandler |
---|
eventQ, selsource |
Constructor Summary | |
---|---|
ListenEventHandler()
|
Method Summary | |
---|---|
void |
destroy()
Called when an event handler is destroyed. |
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 seda.sandStorm.lib.aSocket.aSocketEventHandler |
---|
getSelectSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ListenEventHandler()
Method Detail |
---|
public void init(ConfigDataIF config)
EventHandlerIF
init
in interface EventHandlerIF
init
in class aSocketEventHandler
config
- The set of configuration parameters for the stage.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |