com.softsynth.view
Class ValueEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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)
           
 
Method Summary
 double getValue()
           
 void setValue(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
 

Constructor Detail

ValueEvent

public ValueEvent(java.lang.Object source,
                  double value)

ValueEvent

public ValueEvent(java.lang.Object source)
Method Detail

getValue

public double getValue()

setValue

public void setValue(double value)