org.mozilla.jrex.event.uricontent
Class URIContentEventHandler

java.lang.Object
  |
  +--org.mozilla.jrex.event.uricontent.URIContentEventHandler
All Implemented Interfaces:
JRexEventHandler

public class URIContentEventHandler
extends Object
implements JRexEventHandler

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

Version:
1.0
Author:
C.N.Medappa

Constructor Summary
URIContentEventHandler()
           
 
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

URIContentEventHandler

public URIContentEventHandler()
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.