Class AncestorListener.Stub

java.lang.Object
org.eclipse.draw2d.AncestorListener.Stub
All Implemented Interfaces:
AncestorListener
Enclosing interface:
AncestorListener

public static class AncestorListener.Stub extends Object implements AncestorListener
An empty implementation of AncestorListener for convenience.
  • Constructor Details

    • Stub

      public Stub()
  • Method Details

    • 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
      Parameters:
      ancestor - The ancestor that has moved
    • 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
      Parameters:
      ancestor - The ancestor that was added
    • 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
      Parameters:
      ancestor - The ancestor that has been removed