public static class DockingListener.Stub extends java.lang.Object implements DockingListener
DockingListener.Stub
Constructor and Description |
---|
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) |
public void dockingCanceled(DockingEvent evt)
DockingListener
Dockable
is canceled during the operation.dockingCanceled
in interface DockingListener
evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void dockingComplete(DockingEvent evt)
DockingListener
Dockable
has completed.dockingComplete
in interface DockingListener
evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void dragStarted(DockingEvent evt)
DockingListener
Dockable
has begun.dragStarted
in interface DockingListener
evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void dropStarted(DockingEvent evt)
DockingListener
Dockable
has begun at the release
of a drag-operation.dropStarted
in interface DockingListener
evt
- the DockingEvent
event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void undockingComplete(DockingEvent evt)
undockingComplete
in interface DockingListener
public void undockingStarted(DockingEvent evt)
undockingStarted
in interface DockingListener