Package | com.adobe.mediacore.events |
Class | public class NotificationHistoryChangeEvent |
Inheritance | NotificationHistoryChangeEvent ![]() |
Property | Defined By | ||
---|---|---|---|
notificationItem : NotificationHistoryItem [read-only]
The notification item associated with this event. | NotificationHistoryChangeEvent |
Method | Defined By | ||
---|---|---|---|
NotificationHistoryChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, notificationItem:NotificationHistoryItem = null)
Constructor. | NotificationHistoryChangeEvent | ||
clone():Event [override] | NotificationHistoryChangeEvent |
Constant | Defined By | ||
---|---|---|---|
NOTIFICATION_ITEM_ADDED : String = notificationItemAdded [static]
Event dispatched when a new notification has been added
to the history. | NotificationHistoryChangeEvent |
notificationItem | property |
notificationItem:NotificationHistoryItem
[read-only] The notification item associated with this event.
public function get notificationItem():NotificationHistoryItem
NotificationHistoryChangeEvent | () | Constructor |
public function NotificationHistoryChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, notificationItem:NotificationHistoryItem = null)
Constructor.
Parameterstype:String — Event type.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
| |
notificationItem:NotificationHistoryItem (default = null ) — The notification item associated with the event.
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
NOTIFICATION_ITEM_ADDED | Constant |
public static const NOTIFICATION_ITEM_ADDED:String = notificationItemAdded
Event dispatched when a new notification has been added to the history. The value property of this event contains the actual notification item being added.