Class TitleChangeEvent

All Implemented Interfaces:
Serializable

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

    • TitleChangeEvent

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

    • getTitle

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