org.iperg.part.core
Interface IpEventHandler
- All Known Implementing Classes:
- IpLatLogManager, IpRmsPersistencyManager
public interface IpEventHandler
IpEventHandler
specifies an interface for event
handlers. An event handler is supposed to somehow handle the events
passed to its handleEvent
method.
- Version:
- 1.0.0 Initial version
- Author:
- Olov Stahl - olovs@sics.se
Method Summary |
void |
handleEvent(IpEvent event)
Method which is called to deliver an event to the handler. |
handleEvent
void handleEvent(IpEvent event)
- Method which is called to deliver an event to the handler.
- Parameters:
event
- The event