org.eclipse.ecf.core.util
Interface IEventHandler

All Known Subinterfaces:
ISharedObject
All Known Implementing Classes:
AbstractSharedObject, OptimisticSharedObject, TransactionSharedObject

public interface IEventHandler

Generic event handler interface


Method Summary
 void handleEvent(Event event)
          Handle Event passed to this IEventHandler.
 void handleEvents(Event[] events)
          Handle Events passed to this IEventHandler.
 

Method Detail

handleEvent

void handleEvent(Event event)
Handle Event passed to this IEventHandler.

Parameters:
event - the Event for the implementer to handle

handleEvents

void handleEvents(Event[] events)
Handle Events passed to this IEventHandler.

Parameters:
events - the Events [] for the implementer to handle