Class SeriesChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SeriesChangeEvent
    extends java.util.EventObject
    implements java.io.Serializable
    An event with details of a change to a series.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      For serialization.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      SeriesChangeEvent​(java.lang.Object source)
      Constructs a new event.
    • Method Summary

      • Methods inherited from class java.util.EventObject

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        For serialization.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SeriesChangeEvent

        public SeriesChangeEvent​(java.lang.Object source)
        Constructs a new event.
        Parameters:
        source - the source of the change event.