Class TitleChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class TitleChangeEvent
    extends ChartChangeEvent
    A change event that encapsulates information about a change to a chart title.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Title title
      The chart title that generated the event.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      TitleChangeEvent​(Title title)
      Default constructor.
    • Field Detail

      • title

        private Title title
        The chart title that generated the event.
    • Constructor Detail

      • TitleChangeEvent

        public TitleChangeEvent​(Title title)
        Default constructor.
        Parameters:
        title - the chart title that generated the event.
    • Method Detail

      • getTitle

        public Title getTitle()
        Returns the title that generated the event.
        Returns:
        The title that generated the event.