org.apache.avalon.excalibur.event
Interface EventHandler


public interface EventHandler

An EventHandler takes care of processing specific events in an Event Based architecture.

Author:
Berin Loritsch

Method Summary
 void handleEvent(QueueElement element)
          Handle one event at a time.
 void handleEvents(QueueElement[] elements)
          Handle a whole array of events at a time.
 

Method Detail

handleEvent

public void handleEvent(QueueElement element)
Handle one event at a time.

handleEvents

public void handleEvents(QueueElement[] elements)
Handle a whole array of events at a time.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.