Packagecom.esri.tracking.connector.events
Classpublic class ObservationEvent
InheritanceObservationEvent Inheritance flash.events.Event

Represents event objects dispatched when an observation is received.



Public Properties
 PropertyDefined By
  observation : Observation
[read-only] The Observation received.
ObservationEvent
Public Methods
 MethodDefined By
  
ObservationEvent(type:String, observation:Observation)
The constructor.
ObservationEvent
Public Constants
 ConstantDefined By
  OBSERVATION_RECEIVED : String = observationReceived
[static] Defines the value of the type property of an observationReceived event.
ObservationEvent
Property Detail
observationproperty
observation:Observation  [read-only]

The Observation received.


Implementation
    public function get observation():Observation

See also

Constructor Detail
ObservationEvent()Constructor
public function ObservationEvent(type:String, observation:Observation)

The constructor.

Parameters
type:String — The type of event.
 
observation:Observation — The Observation received.
Constant Detail
OBSERVATION_RECEIVEDConstant
public static const OBSERVATION_RECEIVED:String = observationReceived

Defines the value of the type property of an observationReceived event.