org.flexdock.docking.event
public interface DockingListener extends EventListener
Modifier and Type | Interface and Description |
---|---|
static class |
DockingListener.Stub |
Modifier and Type | Method and Description |
---|---|
void |
dockingCanceled(DockingEvent evt)
Fired when docking of a
Dockable is canceled during the operation. |
void |
dockingComplete(DockingEvent evt)
Fired when docking of a
Dockable has completed. |
void |
dragStarted(DockingEvent evt)
Fired when the dragging of a
Dockable has begun. |
void |
dropStarted(DockingEvent evt)
Fired when the dropping of a
Dockable has begun at the release
of a drag-operation. |
void |
undockingComplete(DockingEvent evt) |
void |
undockingStarted(DockingEvent evt) |
void dockingComplete(DockingEvent evt)
Dockable
has completed.evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortvoid dockingCanceled(DockingEvent evt)
Dockable
is canceled during the operation.evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortvoid dragStarted(DockingEvent evt)
Dockable
has begun.evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortvoid dropStarted(DockingEvent evt)
Dockable
has begun at the release
of a drag-operation.evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortvoid undockingComplete(DockingEvent evt)
void undockingStarted(DockingEvent evt)