Uses of Class
jcckit.data.DataEvent
-
Uses of DataEvent in jcckit.data
Modifier and TypeMethodDescriptionstatic final DataEvent
DataEvent.createAddEvent
(DataContainer container) Creates an event of typeDataEventType.ELEMENT_ADDED
for the specified container.static final DataEvent
DataEvent.createInsertEvent
(DataContainer container, int index) Creates an event of typeDataEventType.ELEMENT_INSERTED
for the specified container.static final DataEvent
DataEvent.createRemoveEvent
(DataContainer container, int index, DataElement removedElement) Creates an event of typeDataEventType.ELEMENT_REMOVED
for the specified container.static final DataEvent
DataEvent.createReplaceEvent
(DataContainer container, int index, DataElement replacedElement) Creates an event of typeDataEventType.ELEMENT_REPLACED
for the specified container.Modifier and TypeMethodDescriptionvoid
DataListener.dataChanged
(DataEvent event) Sends the specified data event to this object. -
Uses of DataEvent in jcckit.plot
Modifier and TypeMethodDescriptionvoid
Plot.dataChanged
(DataEvent event) Handles the receivedDataEvent
and notifiesPlotListeners
by an event of the typePlotEventType.DATA_CURVE_CHANGED
orPlotEventType.DATA_PLOT_CHANGED
.