Uses of Class
org.mozilla.jrex.event.JRexEvent

Packages that use JRexEvent
org.mozilla.jrex.event   
org.mozilla.jrex.event.context   
org.mozilla.jrex.event.history   
org.mozilla.jrex.event.observer   
org.mozilla.jrex.event.progress   
org.mozilla.jrex.event.tooltip   
org.mozilla.jrex.event.uricontent   
org.mozilla.jrex.event.window   
 

Uses of JRexEvent in org.mozilla.jrex.event
 

Methods in org.mozilla.jrex.event that return JRexEvent
static JRexEvent JRexEvent.createEvent(int type, Object eventData, long when)
          Factory method to create a jrex event.
static JRexEvent JRexEvent.createSyncEvent(int type, Object eventData, long when, Object notifier)
          Factory method to create a synchronized jrex event.
 

Methods in org.mozilla.jrex.event with parameters of type JRexEvent
 void JRexEventManager.postEvent(JRexEvent event)
          Posts the JRexEvent to the internal Queue, no coalescing is done.
 Object JRexEventManager.postSyncEvent(JRexEvent event)
          Posts the JRexEvent to the internal Queue.
 Object JRexEventHandler.handleEvent(JRexEvent event)
          Invoked to process give JRex event by event manager.
 

Uses of JRexEvent in org.mozilla.jrex.event.context
 

Methods in org.mozilla.jrex.event.context with parameters of type JRexEvent
 Object ContextMenuEventHandler.handleEvent(JRexEvent event)
           
 

Uses of JRexEvent in org.mozilla.jrex.event.history
 

Methods in org.mozilla.jrex.event.history with parameters of type JRexEvent
 Object HistoryEventHandler.handleEvent(JRexEvent event)
           
 

Uses of JRexEvent in org.mozilla.jrex.event.observer
 

Methods in org.mozilla.jrex.event.observer with parameters of type JRexEvent
 Object ObserverEventHandler.handleEvent(JRexEvent event)
           
 

Uses of JRexEvent in org.mozilla.jrex.event.progress
 

Methods in org.mozilla.jrex.event.progress with parameters of type JRexEvent
 Object ProgressEventHandler.handleEvent(JRexEvent event)
           
 

Uses of JRexEvent in org.mozilla.jrex.event.tooltip
 

Methods in org.mozilla.jrex.event.tooltip with parameters of type JRexEvent
 Object TooltipEventHandler.handleEvent(JRexEvent event)
           
 

Uses of JRexEvent in org.mozilla.jrex.event.uricontent
 

Methods in org.mozilla.jrex.event.uricontent with parameters of type JRexEvent
 Object URIContentEventHandler.handleEvent(JRexEvent event)
           
 

Uses of JRexEvent in org.mozilla.jrex.event.window
 

Methods in org.mozilla.jrex.event.window with parameters of type JRexEvent
 Object WindowEventHandler.handleEvent(JRexEvent event)
           
 



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