Package jcckit.plot

Class PlotEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      PlotEvent​(Plot source, PlotEventType type, java.lang.Object message)
      Creates a new event for the specified source, type, and message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getMessage()
      Returns the message object.
      Plot getSource()
      Returns the source of this event.
      PlotEventType getType()
      Returns the event type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait