Class ChartEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      ChartEvent​(java.lang.Object source)
      The constructor.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void reset()
      Resets the inner state of current event.
      void setSourceObject​(java.lang.Object oSource)
      Sets the source object of current event.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChartEvent

        public ChartEvent​(java.lang.Object source)
        The constructor.
    • Method Detail

      • reset

        public abstract void reset()
        Resets the inner state of current event. This must be implemented if the object is cached and reused.
      • setSourceObject

        public void setSourceObject​(java.lang.Object oSource)
        Sets the source object of current event.
        Parameters:
        oSource -