Packagecom.adobe.mediacore.events
Classpublic class NotificationHistoryChangeEvent
InheritanceNotificationHistoryChangeEvent Inheritance flash.events.Event

A NotificationHistoryChangeEvent is dispatched by a NotificationHistory object when the notification list changes.



Public Properties
 PropertyDefined By
  notificationItem : NotificationHistoryItem
[read-only] The notification item associated with this event.
NotificationHistoryChangeEvent
Public Methods
 MethodDefined By
  
NotificationHistoryChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, notificationItem:NotificationHistoryItem = null)
Constructor.
NotificationHistoryChangeEvent
  
clone():Event
[override]
NotificationHistoryChangeEvent
Public Constants
 ConstantDefined By
  NOTIFICATION_ITEM_ADDED : String = notificationItemAdded
[static] Event dispatched when a new notification has been added to the history.
NotificationHistoryChangeEvent
Property Detail
notificationItemproperty
notificationItem:NotificationHistoryItem  [read-only]

The notification item associated with this event.


Implementation
    public function get notificationItem():NotificationHistoryItem
Constructor Detail
NotificationHistoryChangeEvent()Constructor
public function NotificationHistoryChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, notificationItem:NotificationHistoryItem = null)

Constructor.

Parameters
type: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.
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
NOTIFICATION_ITEM_ADDEDConstant
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.