Uses of Interface
bibliothek.gui.dock.support.mode.ModeManagerListener
Packages that use ModeManagerListener
-
Uses of ModeManagerListener in bibliothek.gui.dock.support.mode
Methods in bibliothek.gui.dock.support.mode that return ModeManagerListenerModifier and TypeMethodDescriptionprotected ModeManagerListener<? super H,? super M>[] ModeManager.listeners()Gets all the listeners that are currently registered in this manager.Methods in bibliothek.gui.dock.support.mode with parameters of type ModeManagerListenerModifier and TypeMethodDescriptionvoidModeManager.addModeManagerListener(ModeManagerListener<? super H, ? super M> listener) Adds a listener to this manager, the listener will be informed about changes in this manager.voidModeManager.removeModeManagerListener(ModeManagerListener<? super H, ? super M> listener) Removeslistenerfrom this manager.