gui.run
Class FloatEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gui.run.FloatEvent
All Implemented Interfaces:
java.io.Serializable

public class FloatEvent
extends java.util.EventObject

See Also:
Serialized Form

Constructor Summary
FloatEvent(java.lang.Object source, float newValue)
           
 
Method Summary
 float getValue()
           
 
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

FloatEvent

public FloatEvent(java.lang.Object source,
                  float newValue)
Method Detail

getValue

public float getValue()