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 SummaryNested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListenerAncestorListener.Stub
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidancestorAdded(IFigure ancestor) Called when an ancestor has been added into the listening figure's hierarchy.voidancestorMoved(IFigure ancestor) Called when an ancestor has moved to a new location.voidancestorRemoved(IFigure ancestor) Called when an ancestor has been removed from the listening figure's hierarchy.
- 
Constructor Details- 
Stubpublic Stub()
 
- 
- 
Method Details- 
ancestorMovedDescription copied from interface:AncestorListenerCalled when an ancestor has moved to a new location.- Specified by:
- ancestorMovedin interface- AncestorListener
- Parameters:
- ancestor- The ancestor that has moved
 
- 
ancestorAddedDescription copied from interface:AncestorListenerCalled when an ancestor has been added into the listening figure's hierarchy.- Specified by:
- ancestorAddedin interface- AncestorListener
- Parameters:
- ancestor- The ancestor that was added
 
- 
ancestorRemovedDescription copied from interface:AncestorListenerCalled when an ancestor has been removed from the listening figure's hierarchy.- Specified by:
- ancestorRemovedin interface- AncestorListener
- Parameters:
- ancestor- The ancestor that has been removed
 
 
-