Package com.graphbuilder.curve
Interface ValueVectorListener
public interface ValueVectorListener
Listener interface to listen for changes in a ValueVector. The ValueVector class
does not support listeners because it is designed to be lightweight. This class is
intended to be used as a listener to a GUI component that is used to manipulate
a value-vector.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalueChanged(ValueVector v, int index, double oldValue) voidvalueInserted(ValueVector v, int index, double value) voidvalueRemoved(ValueVector v, int index, double oldValue)
-
Method Details
-
valueChanged
-
valueInserted
-
valueRemoved
-