org.d_haven.event.impl
Class AbstractEventHandler

java.lang.Object
  extended by org.d_haven.event.impl.AbstractEventHandler
All Implemented Interfaces:
EventHandler
Direct Known Subclasses:
CommandEventHandler

public abstract class AbstractEventHandler
extends java.lang.Object
implements EventHandler

Created by IntelliJ IDEA. User: bloritsch Date: Jun 14, 2004 Time: 11:08:15 PM To change this template use File | Settings | File Templates.


Constructor Summary
AbstractEventHandler()
           
 
Method Summary
 void handleEvents(java.lang.Object[] elements)
          Handle a whole array of events at a time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.d_haven.event.EventHandler
handleEvent
 

Constructor Detail

AbstractEventHandler

public AbstractEventHandler()
Method Detail

handleEvents

public void handleEvents(java.lang.Object[] elements)
Description copied from interface: EventHandler
Handle a whole array of events at a time.

Specified by:
handleEvents in interface EventHandler
Parameters:
elements - The array of elements that the EventHandler must process