Uses of Interface
bibliothek.gui.dock.common.event.CVetoClosingListener
Packages that use CVetoClosingListener
Package
Description
A set of classes that can be used to create basic applications.
Classes and interfaces used internally.
-
Uses of CVetoClosingListener in bibliothek.gui.dock.common
Methods in bibliothek.gui.dock.common with parameters of type CVetoClosingListenerModifier and TypeMethodDescriptionvoidCControl.addVetoClosingListener(CVetoClosingListener listener) Addslistenerto this control, the listener will be informed whenever a set ofCDockables is about to be closed.
CVetoClosingListeners added to theCControlare invoked before listeners that are added to aCDockable.voidCControl.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 CVetoClosingListenerModifier and TypeMethodDescriptionCListenerCollection.getVetoClosingListener()Gets aCVetoClosingListenerthat forwards all events to the other registered listeners.CListenerCollection.getVetoClosingListeners()Gets all currently registeredCVetoClosingListeners collected in an array.Methods in bibliothek.gui.dock.common.intern with parameters of type CVetoClosingListenerModifier and TypeMethodDescriptionvoidAbstractCDockable.addVetoClosingListener(CVetoClosingListener listener) voidCDockable.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.voidCListenerCollection.addVetoClosingListener(CVetoClosingListener listener) Stores an additionalCVetoClosingListenerin this collection.voidAbstractCDockable.removeVetoClosingListener(CVetoClosingListener listener) voidCDockable.removeVetoClosingListener(CVetoClosingListener listener) Removeslistenerfrom thisCDockable.voidCListenerCollection.removeVetoClosingListener(CVetoClosingListener listener) Removeslistenerfrom this collection.Constructors in bibliothek.gui.dock.common.intern with parameters of type CVetoClosingListenerModifierConstructorDescriptionControlVetoClosingListener(CControl control, CVetoClosingListener callback) Creates a new converter.