Package org.flexdock.docking.event
Class DockingListener.Stub
- java.lang.Object
-
- org.flexdock.docking.event.DockingListener.Stub
-
- All Implemented Interfaces:
java.util.EventListener,DockingListener
- Direct Known Subclasses:
DockingStateListener,FloatPolicyManager
- Enclosing interface:
- DockingListener
public static class DockingListener.Stub extends java.lang.Object implements DockingListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.flexdock.docking.event.DockingListener
DockingListener.Stub
-
-
Constructor Summary
Constructors Constructor Description Stub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddockingCanceled(DockingEvent evt)Fired when docking of aDockableis canceled during the operation.voiddockingComplete(DockingEvent evt)Fired when docking of aDockablehas completed.voiddragStarted(DockingEvent evt)Fired when the dragging of aDockablehas begun.voiddropStarted(DockingEvent evt)Fired when the dropping of aDockablehas begun at the release of a drag-operation.voidundockingComplete(DockingEvent evt)voidundockingStarted(DockingEvent evt)
-
-
-
Method Detail
-
dockingCanceled
public void dockingCanceled(DockingEvent evt)
Description copied from interface:DockingListenerFired when docking of aDockableis canceled during the operation.- Specified by:
dockingCanceledin interfaceDockingListener- Parameters:
evt- theDockingEventevent which provides the source Dockable, the old DockingPort and the new DockingPort
-
dockingComplete
public void dockingComplete(DockingEvent evt)
Description copied from interface:DockingListenerFired when docking of aDockablehas completed.- Specified by:
dockingCompletein interfaceDockingListener- Parameters:
evt- theDockingEventevent which provides the source Dockable, the old DockingPort and the new DockingPort
-
dragStarted
public void dragStarted(DockingEvent evt)
Description copied from interface:DockingListenerFired when the dragging of aDockablehas begun.- Specified by:
dragStartedin interfaceDockingListener- Parameters:
evt- theDockingEventevent which provides the source Dockable, the old DockingPort and the new DockingPort
-
dropStarted
public void dropStarted(DockingEvent evt)
Description copied from interface:DockingListenerFired when the dropping of aDockablehas begun at the release of a drag-operation.- Specified by:
dropStartedin interfaceDockingListener- Parameters:
evt- theDockingEventevent which provides the source Dockable, the old DockingPort and the new DockingPort
-
undockingComplete
public void undockingComplete(DockingEvent evt)
- Specified by:
undockingCompletein interfaceDockingListener
-
undockingStarted
public void undockingStarted(DockingEvent evt)
- Specified by:
undockingStartedin interfaceDockingListener
-
-