Uses of Interface
bibliothek.gui.dock.util.DockPropertyListener

Packages that use DockPropertyListener
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Uses of DockPropertyListener in bibliothek.gui.dock.util
 

Methods in bibliothek.gui.dock.util with parameters of type DockPropertyListener
<A> void
DockProperties.addListener(PropertyKey<A> key, DockPropertyListener<A> listener)
          Adds a listener that will be informed whenever the value accessed through key changes.
<A> void
DockProperties.removeListener(PropertyKey<A> key, DockPropertyListener<A> listener)
          Removes an earlier added listener.