|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DockingListener
| Nested Class Summary | |
|---|---|
static class |
DockingListener.Stub
|
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||