public abstract class AbstractEventSelector extends Object implements EventSelector
| Constructor and Description |
|---|
AbstractEventSelector(EventProcessorRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EventSuccessor |
next()
Implemented by subclasses to select a successor event.
|
Event |
nextEvent(Object input,
Object response)
Select next event, which may be "noop" indicating that the event processing should end.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsizepublic AbstractEventSelector(EventProcessorRegistry registry)
protected abstract EventSuccessor next()
public Event nextEvent(Object input, Object response) throws Exception
EventSelectornextEvent in interface EventSelectorinput - the input into the previous eventresponse - the response from the previous eventExceptionCopyright © 2012. All Rights Reserved.