| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor
|
Class NonSequentialEventHandler
|
|
+--com.newstep.solid.processor.NonSequentialEventHandler
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
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 |
|
private static Logger logger
Multiplicity:
1
Static.
public final void doHandle ()
Final.
Throws:
EventHandlerException
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|