| Package | com.acapela.vaas.advanced.events |
| Class | public class MessageEvent |
| Inheritance | MessageEvent flash.events.Event |
MessageEvent instances are dispatched by the Player, Synthesizer and MessageManager classes to listeners registered for MESSAGE_XXXXX event types.
See also
| Property | Defined by | ||
|---|---|---|---|
| message : Message
[read-only]
the message to this event
| MessageEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| MESSAGE_DELETED : String = "messageDeleted" [static]
The MessageEvent.MESSAGE_DELETED constant defines the value of the type property of an
messageDeleted event object. | MessageEvent | ||
| MESSAGE_NOTIFIED : String = "messageNotified" [static]
The MessageEvent.MESSAGE_NOTIFIED constant defines the value of the type property of an
messageNotified event object. | MessageEvent | ||
| MESSAGE_OBTAINED : String = "messageObtained" [static]
The MessageEvent.MESSAGE_OBTAINED constant defines the value of the type property of an
messageObtained event object. | MessageEvent | ||
| message | property |
message:Message [read-only]the message to this event
Implementation public function get message():Message
| MESSAGE_DELETED | constant |
public static const MESSAGE_DELETED:String = "messageDeleted"
The MessageEvent.MESSAGE_DELETED constant defines the value of the type property of an messageDeleted event object.
This event has the following properties:
| Property | Description |
|---|---|
| bubbles | false |
| cancelable | false |
| message | The message to this event |
| target | The MessageManager instance that generated it. |
Message instance using message property of this event.
See also
| MESSAGE_NOTIFIED | constant |
public static const MESSAGE_NOTIFIED:String = "messageNotified"
The MessageEvent.MESSAGE_NOTIFIED constant defines the value of the type property of an messageNotified event object.
This event has the following properties:
| Property | Description |
|---|---|
| bubbles | false |
| cancelable | false |
| message | The message to this event |
| target | The MessageManager instance that generated it. |
Message instance using message property of this event.
See also
| MESSAGE_OBTAINED | constant |
public static const MESSAGE_OBTAINED:String = "messageObtained"
The MessageEvent.MESSAGE_OBTAINED constant defines the value of the type property of an messageObtained event object.
| Property | Description |
|---|---|
| bubbles | false |
| cancelable | false |
| message | The message corresponding to this event |
| target | The Synthesizer |
See also