Class PlotChangeEvent

    • Constructor Detail

      • PlotChangeEvent

        public PlotChangeEvent​(Plot plot)
        Creates a new PlotChangeEvent.
        Parameters:
        plot - the plot that generated the event (null not permitted).
    • Method Detail

      • getPlot

        public Plot getPlot()
        Returns the plot that generated the event (set in the constructor).
        Returns:
        The plot that generated the event.