E
- The type of event.public interface EventProcessor<E>
Modifier and Type | Method and Description |
---|---|
void |
haveEvents()
The haveEvents method is called when
there may be one or more pending events.
|
void |
processEvent(E event)
The processMessage method is called when there is an incoming event to process.
|
void haveEvents()
void processEvent(E event)
event
- The event to be processed.Copyright © 2012. All Rights Reserved.