Jeospace API

org.jeospace.ui.event
Class ValueChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.jeospace.ui.event.ValueChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class ValueChangeEvent
extends java.util.EventObject

The event object for distributing user interface value change event notification.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
Serialized Form

Field Summary
static int VALUE_CHANGE
          Identifier of value change events
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ValueChangeEvent(java.lang.Object source, int id)
          Construct a ValueChangeEvent object with the specified source object and type.
 
Method Summary
 int getID()
          Return 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
 

Field Detail

VALUE_CHANGE

public static final int VALUE_CHANGE
Identifier of value change events

See Also:
Constant Field Values
Constructor Detail

ValueChangeEvent

public ValueChangeEvent(java.lang.Object source,
                        int id)
Construct a ValueChangeEvent object with the specified source object and type.

Parameters:
source - the object where the event originated
id - the event type
Method Detail

getID

public int getID()
Return the event type.

Returns:
the event type

Jeospace API

Copyright © 2006 - jeospace.org