gui.run
Class IntEvent

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

public class IntEvent
extends java.util.EventObject

See Also:
Serialized Form

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

IntEvent

public IntEvent(java.lang.Object source,
                int newValue)
Method Detail

getValue

public int getValue()