| Package | com.yahoo.webapis.weather.events |
| Class | public class WeatherResultEvent |
| Inheritance | WeatherResultEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
Data
| WeatherResultEvent | ||
| success : Boolean
True if the event is the result of a successful call,
False if the call failed
| WeatherResultEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
WeatherResultEvent(type:String, inData:Object)
Constructs a new WeatherResultEvent
| WeatherResultEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| WEATHER_LOADED : String = "weatherLoaded" [static]
The type of event dispatched when Weather data has loaded successfully.
| WeatherResultEvent | ||
| data | property |
data:Object [read-write]Data
Implementation public function get data():Object
public function set data(value:Object):void
| success | property |
public var success:BooleanTrue if the event is the result of a successful call, False if the call failed
| WeatherResultEvent | () | constructor |
public function WeatherResultEvent(type:String, inData:Object)Constructs a new WeatherResultEvent
Parameterstype:String |
|
inData:Object |
| WEATHER_LOADED | constant |
public static const WEATHER_LOADED:String = "weatherLoaded"The type of event dispatched when Weather data has loaded successfully.