Package | com.esri.tracking.connector.events |
Class | public class ObservationEvent |
Inheritance | ObservationEvent ![]() |
Property | Defined By | ||
---|---|---|---|
observation : Observation [read-only]
The Observation received. | ObservationEvent |
Method | Defined By | ||
---|---|---|---|
ObservationEvent(type:String, observation:Observation)
The constructor. | ObservationEvent |
Constant | Defined By | ||
---|---|---|---|
OBSERVATION_RECEIVED : String = observationReceived [static]
Defines the value of the type property of an observationReceived
event. | ObservationEvent |
observation | property |
observation:Observation
[read-only] The Observation received.
public function get observation():Observation
See also
ObservationEvent | () | Constructor |
public function ObservationEvent(type:String, observation:Observation)
The constructor.
Parameterstype:String — The type of event.
| |
observation:Observation — The Observation received.
|
OBSERVATION_RECEIVED | Constant |
public static const OBSERVATION_RECEIVED:String = observationReceived
Defines the value of the type
property of an observationReceived
event.