Packagecom.acapela.vaas.advanced.events
Classpublic class VaasWarningEvent
InheritanceVaasWarningEvent Inheritance flash.events.Event

The event dispatched by the Connector class when a warning is received (associated to a successfull request).

See also

com.acapela.vaas.advanced.Connector


Public Properties
 PropertyDefined by
  warning : String
[read-only] the warning to this event
VaasWarningEvent
Public Constants
 ConstantDefined by
  WARNING : String = "warning"
[static] The VaasErrorEvent.ERROR constant defines the value of the type property of an error event object.
VaasWarningEvent
Property detail
warningproperty
warning:String  [read-only]

the warning to this event

Implementation
    public function get warning():String
Constant detail
WARNINGconstant
public static const WARNING:String = "warning"

The VaasErrorEvent.ERROR constant defines the value of the type property of an error event object.

This event has the following properties:
PropertyDescription
warningThe warning corresponding to this event
bubblesfalse
cancelablefalse
targetThe Connector instance that generated it.

See also