Package mgui.interfaces.io
Interface DataSourceListener
- All Known Subinterfaces:
DataOutputStream<T>,DataOutputStreamNamedXY<T>,DataOutputStreamXY<T>,TimeSeriesPlot<T>,XYPlot<T>
- All Known Implementing Classes:
DataBridge,DataBridgeNamedXY,DataBridgeXY,InterfacePlotMgui,InterfacePlotSgt,MatrixImagePlot,SgtMultilinePlot,SgtScatterplot
public interface DataSourceListener
Listens to a data source for an emission event.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description voiddataSourceEmission(DataSourceEvent event)Responds to a signal emission from a data source.voiddataSourceReset(DataSourceEvent event)Resets this listener in response to a reset of the data source.
-
Method Details
-
dataSourceEmission
Responds to a signal emission from a data source.- Parameters:
event-
-
dataSourceReset
Resets this listener in response to a reset of the data source.- Parameters:
event-
-