org.jscience.physics.nuclear.kinematics.nuclear.gui
Interface ValuesListener
- All Known Implementing Classes:
- JRelKin
public interface ValuesListener
Class to listen for changes in values.
- See Also:
ValuesChooser
|
Method Summary |
boolean |
receiveValues(ValuesChooser vc,
double[] values)
Receives values with confirmation of whether they are
acceptable. |
receiveValues
boolean receiveValues(ValuesChooser vc,
double[] values)
- Receives values with confirmation of whether they are
acceptable.
- Parameters:
vc - the ValuesChoosersending the valuesvalues - the sent numbers
- Returns:
- true if accepted, false if not