public abstract class AbstractEventHandler extends java.lang.Object implements EventHandler
| Constructor and Description |
|---|
AbstractEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvents(java.lang.Object[] elements)
Handle a whole array of events at a time.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleEventpublic void handleEvents(java.lang.Object[] elements)
EventHandlerhandleEvents in interface EventHandlerelements - The array of elements that the EventHandler must
process