org.flexdock.docking.event
Class DockingListener.Stub
java.lang.Object
org.flexdock.docking.event.DockingListener.Stub
- All Implemented Interfaces:
- EventListener, DockingListener
- Direct Known Subclasses:
- DockingStateListener, FloatPolicyManager
- Enclosing interface:
- DockingListener
public static class DockingListener.Stub
- extends Object
- implements DockingListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DockingListener.Stub
public DockingListener.Stub()
dockingCanceled
public void dockingCanceled(DockingEvent evt)
- Description copied from interface:
DockingListener
- Fired when docking of a
Dockable is canceled during the operation.
- Specified by:
dockingCanceled in interface DockingListener
- Parameters:
evt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPort
dockingComplete
public void dockingComplete(DockingEvent evt)
- Description copied from interface:
DockingListener
- Fired when docking of a
Dockable has completed.
- Specified by:
dockingComplete in interface DockingListener
- Parameters:
evt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPort
dragStarted
public void dragStarted(DockingEvent evt)
- Description copied from interface:
DockingListener
- Fired when the dragging of a
Dockable has begun.
- Specified by:
dragStarted in interface DockingListener
- Parameters:
evt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPort
dropStarted
public void dropStarted(DockingEvent evt)
- Description copied from interface:
DockingListener
- Fired when the dropping of a
Dockable has begun at the release
of a drag-operation.
- Specified by:
dropStarted in interface DockingListener
- Parameters:
evt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPort
undockingComplete
public void undockingComplete(DockingEvent evt)
- Specified by:
undockingComplete in interface DockingListener
undockingStarted
public void undockingStarted(DockingEvent evt)
- Specified by:
undockingStarted in interface DockingListener