| Package | com.acapela.vaas.advanced.events |
| Class | public class VaasWarningEvent |
| Inheritance | VaasWarningEvent flash.events.Event |
Connector class when a warning is received (associated to a successfull request).
See also
| Property | Defined by | ||
|---|---|---|---|
| warning : String [read-only]
the warning to this event
| VaasWarningEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| WARNING : String = "warning" [static]
The VaasErrorEvent.ERROR constant defines the value of the type property of an
error event object. | VaasWarningEvent | ||
| warning | property |
warning:String [read-only]the warning to this event
Implementation public function get warning():String
| WARNING | constant |
public static const WARNING:String = "warning"
The VaasErrorEvent.ERROR constant defines the value of the type property of an error event object.
| Property | Description |
|---|---|
| warning | The warning corresponding to this event |
| bubbles | false |
| cancelable | false |
| target | The Connector instance that generated it. |
See also