camera3d.gui
Class DoubleChangeEvent

java.lang.Object
  extended bycamera3d.gui.DoubleChangeEvent

public class DoubleChangeEvent
extends java.lang.Object

Event created when a DoubleDigitalControl has its value changed.

See Also:
DoubleValueChangeListener, DoubleDigitalControl, DoubleControl

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

Constructor Detail

DoubleChangeEvent

public DoubleChangeEvent(DoubleControl source)
Creates new event, given the object which originated it.

Method Detail

getSource

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



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