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()