Package mgui.interfaces.variables
Interface VariableListener
- All Known Implementing Classes:
MatrixPlotDataSource,VariablePlotTimeSeriesDataSource,VariablePlotXYDataSource
public interface VariableListener
Object which listens to events on
VariableInt objects.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description voidvariableValuesUpdated(VariableEvent e)Called when a variable's values are updated
-
Method Details
-
variableValuesUpdated
Called when a variable's values are updated- Parameters:
e-
-