Uses of Interface
org.mozilla.jrex.event.history.HistoryListener

Packages that use HistoryListener
org.mozilla.jrex.ui   
 

Uses of HistoryListener in org.mozilla.jrex.ui
 

Classes in org.mozilla.jrex.ui that implement HistoryListener
 class JRexToolBarImpl
          Class implementing JRexToolBar interface.
 

Methods in org.mozilla.jrex.ui that return HistoryListener
 HistoryListener[] JRexCanvas.getHistoryListeners()
          Returns an array of all the History listeners registered on this component.
 

Methods in org.mozilla.jrex.ui with parameters of type HistoryListener
 void JRexCanvas.addHistoryListener(HistoryListener historyListener)
          Adds the specified History listener to receive History events from this component.
 void JRexCanvas.removeHistoryListener(HistoryListener historyListener)
          Removes the specified History listener so that it no longer receives History events from this component.
 



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