Package 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flexdock.docking.event.DockingListener
DockingListener.Stub -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFired when docking of aDockableis canceled during the operation.voidFired 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.voidvoid
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
dockingCanceled
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
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
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
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
- Specified by:
undockingCompletein interfaceDockingListener
-
undockingStarted
- Specified by:
undockingStartedin interfaceDockingListener
-