Jeospace API

org.jeospace.event
Class IdentificationEvent

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

public class IdentificationEvent
extends java.util.EventObject

The event object for distributing Identification event notification.

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

Field Summary
static int MARKER_DESELECTED
          The event type indicating that a navigation marker has generated an isActive false indicator
static int MARKER_ENTERED
          The event type indicating that a navigation marker has generated an isOver true indicator
static int MARKER_EXITED
          The event type indicating that a navigation marker has generated an isOver false indicator
static int MARKER_SELECTED
          The event type indicating that a navigation marker has generated an isActive true indicator
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IdentificationEvent(java.lang.Object source, int type, Identification ident)
          Construct a IdentificationEvent object with the specified source object and type.
 
Method Summary
 Identification getIdentification()
          Return the event Identification object.
 int getType()
          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

MARKER_ENTERED

public static final int MARKER_ENTERED
The event type indicating that a navigation marker has generated an isOver true indicator

See Also:
Constant Field Values

MARKER_EXITED

public static final int MARKER_EXITED
The event type indicating that a navigation marker has generated an isOver false indicator

See Also:
Constant Field Values

MARKER_SELECTED

public static final int MARKER_SELECTED
The event type indicating that a navigation marker has generated an isActive true indicator

See Also:
Constant Field Values

MARKER_DESELECTED

public static final int MARKER_DESELECTED
The event type indicating that a navigation marker has generated an isActive false indicator

See Also:
Constant Field Values
Constructor Detail

IdentificationEvent

public IdentificationEvent(java.lang.Object source,
                           int type,
                           Identification ident)
Construct a IdentificationEvent object with the specified source object and type.

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

getType

public int getType()
Return the event type.

Returns:
the event type

getIdentification

public Identification getIdentification()
Return the event Identification object.

Returns:
the event Identification object.

Jeospace API

Copyright © 2006 - jeospace.org