camera3d.gui
Class IntChangeEvent

java.lang.Object
  extended bycamera3d.gui.IntChangeEvent

public class IntChangeEvent
extends java.lang.Object

Event created when an IntDigitalControl has its value changed.

See Also:
IntValueChangeListener, IntDigitalControl, IntControl

Constructor Summary
IntChangeEvent(IntControl source)
          Creates new event, given the object which originated it.
 
Method Summary
 java.lang.Object getSource()
          Returns reference to object which originated this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntChangeEvent

public IntChangeEvent(IntControl source)
Creates new event, given the object which originated it.

Method Detail

getSource

public java.lang.Object getSource()
Returns reference to object which originated this event.



Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.