Package org.flexdock.docking.event
Interface DockingListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
Dockable
,DockingPort
- All Known Implementing Classes:
AbstractDockable
,DefaultDockingPort
,DockableComponentWrapper
,DockingListener.Stub
,DockingStateListener
,FloatingDockingPort
,FloatPolicyManager
,View
,Viewport
- Author:
- Kevin Duffey, Christopher Butler
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
Fired when docking of aDockable
is canceled during the operation.void
Fired when docking of aDockable
has completed.void
dragStarted
(DockingEvent evt) Fired when the dragging of aDockable
has begun.void
dropStarted
(DockingEvent evt) Fired when the dropping of aDockable
has begun at the release of a drag-operation.void
void
-
Method Details
-
dockingComplete
Fired when docking of aDockable
has completed.- Parameters:
evt
- theDockingEvent
event which provides the source Dockable, the old DockingPort and the new DockingPort
-
dockingCanceled
Fired when docking of aDockable
is canceled during the operation.- Parameters:
evt
- theDockingEvent
event which provides the source Dockable, the old DockingPort and the new DockingPort
-
dragStarted
Fired when the dragging of aDockable
has begun.- Parameters:
evt
- theDockingEvent
event which provides the source Dockable, the old DockingPort and the new DockingPort
-
dropStarted
Fired when the dropping of aDockable
has begun at the release of a drag-operation.- Parameters:
evt
- theDockingEvent
event which provides the source Dockable, the old DockingPort and the new DockingPort
-
undockingComplete
-
undockingStarted
-