| Package | com.afcomponents.umap.events |
| Class | public class ProviderEvent |
| Inheritance | ProviderEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| text : String [read-only]
| ProviderEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ProviderEvent(type:String, text:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
| ProviderEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "providerComplete" [static]
| ProviderEvent | ||
| ERROR : String = "providerError" [static]
| ProviderEvent | ||
| LANGUAGE_PARSING_COMPLETE : String = "providerLanguageParsingComplete" [static]
| ProviderEvent | ||
| SETTINGS_PARSING_COMPLETE : String = "providerSettingsParsingComplete" [static]
| ProviderEvent | ||
| text | property |
text:String [read-only]Implementation
public function get text():String
| ProviderEvent | () | constructor |
public function ProviderEvent(type:String, text:String = null, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
text:String (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| COMPLETE | constant |
public static const COMPLETE:String = "providerComplete"
| ERROR | constant |
public static const ERROR:String = "providerError"
| LANGUAGE_PARSING_COMPLETE | constant |
public static const LANGUAGE_PARSING_COMPLETE:String = "providerLanguageParsingComplete"
| SETTINGS_PARSING_COMPLETE | constant |
public static const SETTINGS_PARSING_COMPLETE:String = "providerSettingsParsingComplete"