Uses of Interface
bibliothek.gui.dock.common.event.CVetoClosingListener

Packages that use CVetoClosingListener
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of CVetoClosingListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CVetoClosingListener
 void CControl.addVetoClosingListener(CVetoClosingListener listener)
          Adds listener to this control, the listener will be informed whenever a set of CDockables is about to be closed.
CVetoClosingListeners added to the CControl are invoked before listeners that are added to a CDockable.
 void CControl.removeVetoClosingListener(CVetoClosingListener listener)
          Removes a listener from this control.
 

Uses of CVetoClosingListener in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CVetoClosingListener
 CVetoClosingListener CListenerCollection.getVetoClosingListener()
          Gets a CVetoClosingListener that forwards all events to the other registered listeners.
 CVetoClosingListener[] CListenerCollection.getVetoClosingListeners()
          Gets all currently registered CVetoClosingListeners collected in an array.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CVetoClosingListener
 void AbstractCDockable.addVetoClosingListener(CVetoClosingListener listener)
           
 void CDockable.addVetoClosingListener(CVetoClosingListener listener)
          Adds a veto-listener to this dockable, the listener will be informed before this dockable gets closed and can issue a veto.
 void CListenerCollection.addVetoClosingListener(CVetoClosingListener listener)
          Stores an additional CVetoClosingListener in this collection.
 void AbstractCDockable.removeVetoClosingListener(CVetoClosingListener listener)
           
 void CDockable.removeVetoClosingListener(CVetoClosingListener listener)
          Removes listener from this CDockable.
 void CListenerCollection.removeVetoClosingListener(CVetoClosingListener listener)
          Removes listener from this collection.
 

Constructors in bibliothek.gui.dock.common.intern with parameters of type CVetoClosingListener
ControlVetoClosingListener(CControl control, CVetoClosingListener callback)
          Creates a new converter.