Uses of Interface
bibliothek.gui.dock.common.intern.CDockFrontendListener
Packages that use CDockFrontendListener
-
Uses of CDockFrontendListener in bibliothek.gui.dock.common.intern
Methods in bibliothek.gui.dock.common.intern that return CDockFrontendListenerModifier and TypeMethodDescriptionprotected CDockFrontendListener[]CDockFrontend.frontendListeners()Gets all the listeners that are registered at this frontend.Methods in bibliothek.gui.dock.common.intern with parameters of type CDockFrontendListenerModifier and TypeMethodDescriptionvoidCDockFrontend.addListener(CDockFrontendListener listener) Addslistenerto this frontend,listenerwill be informed about changes of this frontend.voidCDockFrontend.removeListener(CDockFrontendListener listener) Removeslistenerfrom this frontend.