Package mgui.interfaces.io
Interface InterfaceDataSensor<T extends MguiNumber>
- Type Parameters:
T
- Number type of this sensor
- All Superinterfaces:
DataInputStreamListener<T>
- All Known Implementing Classes:
InterfacePlot
,InterfacePlotMgui
,InterfacePlotMulti
,InterfacePlotOsp
,InterfacePlotSgt
,InterfaceStripChart
,MatrixImagePlot
,SgtMultilinePlot
,SgtScatterplot
public interface InterfaceDataSensor<T extends MguiNumber> extends DataInputStreamListener<T>
Represents an entity which senses changes to an input stream.
TODO: how does this differ from its super class?
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description void
dataInputEvent(DataInputStream<T> s)
React to a signal emission.void
destroy()
-
Method Details
-
dataInputEvent
React to a signal emission.- Specified by:
dataInputEvent
in interfaceDataInputStreamListener<T extends MguiNumber>
- Parameters:
s
-
-
destroy
void destroy()
-