Uses of Interface
bibliothek.gui.dock.support.mode.ModeManagerListener

Packages that use ModeManagerListener
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
 

Uses of ModeManagerListener in bibliothek.gui.dock.support.mode
 

Methods in bibliothek.gui.dock.support.mode that return ModeManagerListener
protected  ModeManagerListener<? super H,? super M>[] ModeManager.listeners()
          Gets all the listeners that are currently registered in this manager.
 

Methods in bibliothek.gui.dock.support.mode with parameters of type ModeManagerListener
 void ModeManager.addModeManagerListener(ModeManagerListener<? super H,? super M> listener)
          Adds a listener to this manager, the listener will be informed about changes in this manager.
 void ModeManager.removeModeManagerListener(ModeManagerListener<? super H,? super M> listener)
          Removes listener from this manager.