Uses of Interface
org.spiffyui.client.nav.NavBarListener

Packages that use NavBarListener
org.spiffyui.client.nav The nav package contains all of the classes and interfaces for the main navigations bar. 
 

Uses of NavBarListener in org.spiffyui.client.nav
 

Methods in org.spiffyui.client.nav with parameters of type NavBarListener
 void HasNavBarListenersPanel.addListener(NavBarListener listener)
          Adds a NavBarListener to this navigation bar
 void HasNavBarListenersPanel.removeListener(NavBarListener listener)
          Removes a NavBarListener from this navigation bar.