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.


Method Index

 o handleEvent(EventType)
Handles the specified event in an application-specific way.

Methods

 o 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