Class CDockableLocationListenerManager
java.lang.Object
bibliothek.gui.dock.common.intern.CDockableLocationListenerManager
Helps
Clients should not instantiate this class directly, they should add a
CDockables to keep track of their location and can automatically
fire events to a CDockableLocationListener.Clients should not instantiate this class directly, they should add a
CDockableLocationListener to a CDockable instead.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetListener(CDockableLocationListener listener) Sets the listener which will be informed about changes.
-
Constructor Details
-
CDockableLocationListenerManager
Creates a new manager- Parameters:
dockable- the dockable to monitor
-
-
Method Details
-
setListener
Sets the listener which will be informed about changes.- Parameters:
listener- the listener, can benull
-