Jiffie: Java InterFace For Internet Explorer

Uses of Interface
net.sf.jiffie.NavigationListener

Packages that use NavigationListener
net.sf.jiffie   
 

Uses of NavigationListener in net.sf.jiffie
 

Fields in net.sf.jiffie with type parameters of type NavigationListener
protected  java.util.HashSet<NavigationListener> AbstractEventHandler.m_navigationListeners
           
 

Methods in net.sf.jiffie with parameters of type NavigationListener
 boolean InternetExplorer.addNavigationListener(NavigationListener listener)
          Adds a new navigation listener to the set of listeners to be notifed when navigation events occur.
 boolean EventHandler.addNavigationListener(NavigationListener listener)
          Adds a new navigation listener.
 boolean AbstractEventHandler.addNavigationListener(NavigationListener listener)
          Adds a new navigation listener.
 boolean InternetExplorer.removeNavigationListener(NavigationListener listener)
          Removes a navigation listener from the set of listeners.
 boolean EventHandler.removeNavigationListener(NavigationListener listener)
          Removes a navigation listener from the set of listeners.
 boolean AbstractEventHandler.removeNavigationListener(NavigationListener listener)
          Removes a navigation listener from the set of listeners.
 



Copyright © 2004-2009 Packwood Software. All Rights Reserved.