org.eclipse.draw2d
Class AncestorListener.Stub
java.lang.Object
|
+--org.eclipse.draw2d.AncestorListener.Stub
- All Implemented Interfaces:
- AncestorListener
- Enclosing class:
- AncestorListener
- public static class AncestorListener.Stub
- extends Object
- implements AncestorListener
|
Method Summary |
void |
ancestorAdded(IFigure ancestor)
Called when an ancestor has been added into the listening
figure's hierarchy. |
void |
ancestorMoved(IFigure ancestor)
Called when an ancestor has moved to a new location. |
void |
ancestorRemoved(IFigure ancestor)
Called when an ancestor has been removed from the listening
figure's hierarchy. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AncestorListener.Stub
public AncestorListener.Stub()
ancestorMoved
public void ancestorMoved(IFigure ancestor)
- Description copied from interface:
AncestorListener
- Called when an ancestor has moved to a new location.
- Specified by:
ancestorMoved in interface AncestorListener
ancestorAdded
public void ancestorAdded(IFigure ancestor)
- Description copied from interface:
AncestorListener
- Called when an ancestor has been added into the listening
figure's hierarchy.
- Specified by:
ancestorAdded in interface AncestorListener
ancestorRemoved
public void ancestorRemoved(IFigure ancestor)
- Description copied from interface:
AncestorListener
- Called when an ancestor has been removed from the listening
figure's hierarchy.
- Specified by:
ancestorRemoved in interface AncestorListener