Uses of Interface
bibliothek.gui.dock.event.VetoableDockFrontendListener

Packages that use VetoableDockFrontendListener
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
 

Uses of VetoableDockFrontendListener in bibliothek.gui
 

Methods in bibliothek.gui that return VetoableDockFrontendListener
protected  VetoableDockFrontendListener[] DockFrontend.vetoableListeners()
          Gets an independent array containing all currently registered VetoableDockFrontendListeners.
 

Methods in bibliothek.gui with parameters of type VetoableDockFrontendListener
 void DockFrontend.addVetoableListener(VetoableDockFrontendListener listener)
          Adds listener to this frontend.
 void DockFrontend.removeVetoableListener(VetoableDockFrontendListener listener)
          Removes listener from this frontend.
 

Uses of VetoableDockFrontendListener in bibliothek.gui.dock.event
 

Classes in bibliothek.gui.dock.event that implement VetoableDockFrontendListener
 class VetoableDockFrontendAdapter
          Standard implementation of VetoableDockFrontendListener, does nothing in its methods.