@FrameworkOnly public class CDockableLocationListenerManager extends Object
CDockable
s to keep track of their location and can automatically
fire events to a CDockableLocationListener
.CDockableLocationListener
to a CDockable
instead.Constructor and Description |
---|
CDockableLocationListenerManager(CDockable dockable)
Creates a new manager
|
Modifier and Type | Method and Description |
---|---|
void |
setListener(CDockableLocationListener listener)
Sets the listener which will be informed about changes.
|
public CDockableLocationListenerManager(CDockable dockable)
dockable
- the dockable to monitorpublic void setListener(CDockableLocationListener listener)
listener
- the listener, can be null