Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.processor
Class NonSequentialEventHandler
com.newstep.solid.processor.EventHandler
  |
  +--com.newstep.solid.processor.NonSequentialEventHandler
Direct Known Subclasses:
       TestEventType3Handler

public abstract class NonSequentialEventHandler      
Provides the basis for implementing buisness logic when multiple events can
be prossesed simultaneously and out of order. Derivations of this class must
implement handle() which will be call from the framework with the event to be
handled.
Abstract.
 
Links:
Generalization Generalization Link
to Class EventHandler
Provides the basis for implementing buisness logic when multiple events can
be prossesed simultaneously and out of order. Derivations of this class must
implement handle() which will be call from the framework with the event to be
handled.
 
 

Field Summary
private static Logger
Method Summary
public final void
Field Detail
logger
private static Logger logger
Multiplicity:
1
Static.
 
Method Detail
doHandle
public final void doHandle ()
 
Final.
Throws:
EventHandlerException
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD