Class RulerChangeListener.Stub

  • All Implemented Interfaces:
    RulerChangeListener
    Enclosing interface:
    RulerChangeListener

    public static class RulerChangeListener.Stub
    extends java.lang.Object
    implements RulerChangeListener
    Stub for the RulerChangeListener interface. Clients not intending to implement all the methods in that interface can extend this class.
    Since:
    3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      Stub()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void notifyGuideMoved​(java.lang.Object guide)
      Invoked when a guide is moved.
      void notifyGuideReparented​(java.lang.Object guide)
      Invoked when a guide is added to or removed from a ruler.
      void notifyPartAttachmentChanged​(java.lang.Object part, java.lang.Object guide)
      Invoked when a graphical component is attached to a guide.
      void notifyUnitsChanged​(int newUnit)
      Invoked when the ruler's unit of measurement is changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait