All Packages Class Hierarchy This Package Previous Next Index
Interface COM.meitca.concordia.event.EventHandler
- public interface EventHandler
EventHandler is an interface for handling events.
-
handleEvent(EventType)
- Handles the specified event in an application-specific way.
handleEvent
public abstract void handleEvent(EventType event) throws EventException
- Handles the specified event in an application-specific way.
- Parameters:
- event - The event to handle.
- Throws: EventException
- If an error occurs handling the event.
All Packages Class Hierarchy This Package Previous Next Index