public static class AncestorListener.Stub extends java.lang.Object implements AncestorListener
AncestorListener.Stub
Constructor and Description |
---|
AncestorListener.Stub() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void ancestorMoved(IFigure ancestor)
AncestorListener
ancestorMoved
in interface AncestorListener
ancestor
- The ancestor that has movedpublic void ancestorAdded(IFigure ancestor)
AncestorListener
ancestorAdded
in interface AncestorListener
ancestor
- The ancestor that was addedpublic void ancestorRemoved(IFigure ancestor)
AncestorListener
ancestorRemoved
in interface AncestorListener
ancestor
- The ancestor that has been removedCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.