net.dpml.util
Interface EventHandler

All Known Implementing Classes:
DefaultModel, DefaultStateMachine, DefaultTransitModel, UnicastEventSource, UnicastEventSource

public interface EventHandler

Interface implemented by objects that maintain a collection of event listeners and support for operational event propergation.

Version:
1.0.3
Author:
Digital Product Meta Library

Method Summary
 EventListener[] getEventListeners()
          Return the associated event listeners.
 void processEvent(EventObject event)
          Process the supplied event.
 

Method Detail

getEventListeners

EventListener[] getEventListeners()
Return the associated event listeners.

Returns:
the event listeners

processEvent

void processEvent(EventObject event)
Process the supplied event.

Parameters:
event - the event to be processed