sonification.dataimport.visbards_resourcetoolkit.model
Class RangeControllerEvent
java.lang.Object
java.util.EventObject
sonification.dataimport.visbards_resourcetoolkit.model.RangeControllerEvent
- All Implemented Interfaces:
- java.io.Serializable
public class RangeControllerEvent
- extends java.util.EventObject
An Event that is fired when the state of a RangeModel has changed.
This code was developed by NASA, Goddard Space Flight Center, Code 588
for the Visual Observation Layout Tool(VOLT) project
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Method Summary |
int |
getType()
returns the event type. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OVERALL_RANGE_CHANGED
public static final int OVERALL_RANGE_CHANGED
- See Also:
- Constant Field Values
DISPLAYED_RANGE_CHANGED
public static final int DISPLAYED_RANGE_CHANGED
- See Also:
- Constant Field Values
SELECTED_RANGE_CHANGED
public static final int SELECTED_RANGE_CHANGED
- See Also:
- Constant Field Values
UPDATES_CHANGED
public static final int UPDATES_CHANGED
- See Also:
- Constant Field Values
ALL_CHANGED
public static final int ALL_CHANGED
- See Also:
- Constant Field Values
RangeControllerEvent
public RangeControllerEvent(RangeControllerModel src,
int type)
- creates a RangeControllerEvent
getType
public int getType()
- returns the event type.