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)
DockingListenerDockable is canceled during the operation.dockingCanceled in interface DockingListenerevt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void dockingComplete(DockingEvent evt)
DockingListenerDockable has completed.dockingComplete in interface DockingListenerevt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void dragStarted(DockingEvent evt)
DockingListenerDockable has begun.dragStarted in interface DockingListenerevt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void dropStarted(DockingEvent evt)
DockingListenerDockable has begun at the release
of a drag-operation.dropStarted in interface DockingListenerevt - the DockingEvent event which provides the
source Dockable, the old DockingPort and the new DockingPortpublic void undockingComplete(DockingEvent evt)
undockingComplete in interface DockingListenerpublic void undockingStarted(DockingEvent evt)
undockingStarted in interface DockingListener