Package org.eclipse.draw2d
Class AncestorListener.Stub
java.lang.Object
org.eclipse.draw2d.AncestorListener.Stub
- All Implemented Interfaces:
AncestorListener
- Enclosing interface:
- AncestorListener
An empty implementation of AncestorListener for convenience.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener
AncestorListener.Stub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
ancestorMoved
Description copied from interface:AncestorListener
Called when an ancestor has moved to a new location.- Specified by:
ancestorMoved
in interfaceAncestorListener
- Parameters:
ancestor
- The ancestor that has moved
-
ancestorAdded
Description copied from interface:AncestorListener
Called when an ancestor has been added into the listening figure's hierarchy.- Specified by:
ancestorAdded
in interfaceAncestorListener
- Parameters:
ancestor
- The ancestor that was added
-
ancestorRemoved
Description copied from interface:AncestorListener
Called when an ancestor has been removed from the listening figure's hierarchy.- Specified by:
ancestorRemoved
in interfaceAncestorListener
- Parameters:
ancestor
- The ancestor that has been removed
-