Uses of Interface
mgui.interfaces.variables.VariableListener
| Package | Description |
|---|---|
| mgui.interfaces.plots |
Provides 2D and 3D plotting functionality.
|
| mgui.interfaces.variables |
-
Uses of VariableListener in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement VariableListener Modifier and Type Class Description classMatrixPlotDataSourceData source representing a MatrixInt object.classVariablePlotTimeSeriesDataSource<T extends MguiNumber>An XY data source with aVariableIntas its source.classVariablePlotXYDataSource<T extends MguiNumber>XY data source which uses twoVariableIntobject as its X and Y sources. -
Uses of VariableListener in mgui.interfaces.variables
Fields in mgui.interfaces.variables with type parameters of type VariableListener Modifier and Type Field Description protected java.util.ArrayList<VariableListener>VariableInt. listenersMethods in mgui.interfaces.variables with parameters of type VariableListener Modifier and Type Method Description voidVariableInt. addListener(VariableListener listener)voidVariableInt. removeListener(VariableListener listener)