public interface EventSelector
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The event selector's name, may be null.
|
Event |
nextEvent(Object input,
Object response)
Select next event, which may be "noop" indicating that the event processing should end.
|
int |
size()
The number of event successors registered.
|
String getName()
Event nextEvent(Object input, Object response) throws Exception
input - the input into the previous eventresponse - the response from the previous eventExceptionint size()
Copyright © 2014. All rights reserved.