| Package | com.yahoo.maps.webservices.local.events |
| Class | public class LocalSearchEvent |
| Inheritance | LocalSearchEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
The event data object
| LocalSearchEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
LocalSearchEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new LocalSearchEvent object
| LocalSearchEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SEARCH_FAILURE : String = "searchFailure" [static]
A string containing the name of the
SEARCH_FAILURE event
| LocalSearchEvent | ||
| SEARCH_SUCCESS : String = "searchSuccess" [static]
A string containing the name of the
SEARCH_SUCCESS event
| LocalSearchEvent | ||
| data | property |
data:Object [read-write]The event data object
Implementation public function get data():Object
public function set data(value:Object):void
| LocalSearchEvent | () | constructor |
public function LocalSearchEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new LocalSearchEvent object
Parameterstype:String |
|
data:Object (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| SEARCH_FAILURE | constant |
public static const SEARCH_FAILURE:String = "searchFailure"
A string containing the name of the SEARCH_FAILURE event
| SEARCH_SUCCESS | constant |
public static const SEARCH_SUCCESS:String = "searchSuccess"
A string containing the name of the SEARCH_SUCCESS event