public class PlotEvent extends Object
Plot.
It has three attributes:
| Type | Meaning of the message object |
|---|---|
PlotEventType.DATA_PLOT_CONNECTED,
PlotEventType.DATA_PLOT_DISCONNECTED |
The DataPlot (dis)connected with the
Plot instance specified by the source. |
PlotEventType.DATA_PLOT_CHANGED |
An Integer indicating the lowest index of those curves which have been changed. |
PlotEventType.DATA_CURVE_CHANGED |
An Integer indicating the index of the curve which has been changed. |
| Constructor and Description |
|---|
PlotEvent(Plot source,
PlotEventType type,
Object message)
Creates a new event for the specified source, type, and message.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getMessage()
Returns the message object.
|
Plot |
getSource()
Returns the source of this event.
|
PlotEventType |
getType()
Returns the event type.
|
public PlotEvent(Plot source, PlotEventType type, Object message)
source - Plot causing this event.type - Type of the event. Possible values are
PlotEventType.DATA_PLOT_CHANGED,
PlotEventType.DATA_CURVE_CHANGED,
PlotEventType.DATA_PLOT_CONNECTED, and
PlotEventType.DATA_PLOT_DISCONNECTED.message - Message object. Can be nullpublic Plot getSource()
public PlotEventType getType()
public Object getMessage()
Copyright © 2016. All Rights Reserved.