org.mozilla.jrex.event.history
Class HistoryEventHandler

java.lang.Object
  extended byorg.mozilla.jrex.event.history.HistoryEventHandler
All Implemented Interfaces:
JRexEventHandler

public class HistoryEventHandler
extends Object
implements JRexEventHandler

The JRex Event handler for History events. Intended to be used by JRex EventManager.

Version:
1.0
Author:
C.N.Medappa

Constructor Summary
HistoryEventHandler()
           
 
Method Summary
 Object handleEvent(JRexEvent event)
          Invoked to process give JRex event by event manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryEventHandler

public HistoryEventHandler()
Method Detail

handleEvent

public Object handleEvent(JRexEvent event)
Description copied from interface: JRexEventHandler
Invoked to process give JRex event by event manager.

Specified by:
handleEvent in interface JRexEventHandler
Parameters:
event - the jrex event to be processed.
Returns:
Object return value if any in case of synchronized event.


Copyright © 2004 C.N.Medappa. All Rights Reserved.