Jeospace API

org.jeospace.event
Class InterpolationEvent

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

public class InterpolationEvent
extends java.util.EventObject

The event object for distributing interpolation event notification.

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

Field Summary
static int COMPLETE
          Event id indicating that the interpolation has been completed.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InterpolationEvent(java.lang.Object source, int id)
          Construct a InterpolationEvent 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

COMPLETE

public static final int COMPLETE
Event id indicating that the interpolation has been completed.

See Also:
Constant Field Values
Constructor Detail

InterpolationEvent

public InterpolationEvent(java.lang.Object source,
                          int id)
Construct a InterpolationEvent 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