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

Packages that use FocusVetoListener
bibliothek.gui.dock.control.focus   
 

Uses of FocusVetoListener in bibliothek.gui.dock.control.focus
 

Methods in bibliothek.gui.dock.control.focus with parameters of type FocusVetoListener
 void AbstractFocusController.addVetoListener(FocusVetoListener listener)
          Adds a listener to this controller which can cancel a call to the DockController.
 void FocusController.addVetoListener(FocusVetoListener listener)
          Adds a listener to this controller which can cancel a call to the DockController.
 void AbstractFocusController.removeVetoListener(FocusVetoListener listener)
          Removes a listener from this controller
 void FocusController.removeVetoListener(FocusVetoListener listener)
          Removes a listener from this controller