Package | Description |
---|---|
jcckit.data | |
jcckit.plot |
Modifier and Type | Method and Description |
---|---|
static DataEvent |
DataEvent.createAddEvent(DataContainer container)
Creates an event of type
DataEventType.ELEMENT_ADDED for the
specified container. |
static DataEvent |
DataEvent.createInsertEvent(DataContainer container,
int index)
Creates an event of type
DataEventType.ELEMENT_INSERTED for the
specified container. |
static DataEvent |
DataEvent.createRemoveEvent(DataContainer container,
int index,
DataElement removedElement)
Creates an event of type
DataEventType.ELEMENT_REMOVED for the
specified container. |
static DataEvent |
DataEvent.createReplaceEvent(DataContainer container,
int index,
DataElement replacedElement)
Creates an event of type
DataEventType.ELEMENT_REPLACED for the
specified container. |
Modifier and Type | Method and Description |
---|---|
void |
DataListener.dataChanged(DataEvent event)
Sends the specified data event to this object.
|
Modifier and Type | Method and Description |
---|---|
void |
Plot.dataChanged(DataEvent event)
Handles the received
DataEvent and notifies
PlotListeners by an event of the type
PlotEventType.DATA_CURVE_CHANGED or
PlotEventType.DATA_PLOT_CHANGED . |
Copyright © 2017. All Rights Reserved.