com.softsynth.view
Class ValueEvent
java.lang.Object
java.util.EventObject
com.softsynth.view.ValueEvent
- All Implemented Interfaces:
- java.io.Serializable
public class ValueEvent
- extends java.util.EventObject
Event used with ValueListener interface.
- Author:
- Nick Didkovsky and Phil Burk
- See Also:
- Serialized Form
Constructor Summary |
ValueEvent(java.lang.Object source)
|
ValueEvent(java.lang.Object source,
double value)
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValueEvent
public ValueEvent(java.lang.Object source,
double value)
ValueEvent
public ValueEvent(java.lang.Object source)
getValue
public double getValue()
setValue
public void setValue(double value)