org.exolab.jms.events
Interface EventHandler
- All Known Implementing Classes:
- GarbageCollectionService, RDBMSAdapter
- public interface EventHandler
This class defines an object that receives event notification from an
EventManager.
- Version:
- $Revision: 1.1 $ $Date: 2004/11/26 01:50:41 $
- Author:
- Jim Alateras
- See Also:
EventManager,
Event
|
Method Summary |
void |
handleEvent(int event,
java.lang.Object callback,
long time)
Handle the specified event, generated by the EventManager. |
handleEvent
public void handleEvent(int event,
java.lang.Object callback,
long time)
- Handle the specified event, generated by the
EventManager.
- Parameters:
event - the event to handlecallback - the callback objecttime - the absolute time, in ms, that the event fired
Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.