com.adobe.mediacore.session
Class NotificationHistory

java.lang.Object
  extended by com.adobe.mediacore.session.NotificationHistory

public class NotificationHistory
extends Object


Nested Class Summary
 class NotificationHistory.Item
           
 
Constructor Summary
NotificationHistory()
           
NotificationHistory(long size)
           
 
Method Summary
 void addListener(com.adobe.mediacore.session.NotificationHistory.EventListener listener)
           
 void addNotification(MediaPlayerNotification notification)
           
 void clear()
           
 List<NotificationHistory.Item> getNotifications()
           
 void removeAllListeners()
           
 void removeListener(com.adobe.mediacore.session.NotificationHistory.EventListener listener)
           
 void setSize(long size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationHistory

public NotificationHistory(long size)

NotificationHistory

public NotificationHistory()
Method Detail

getNotifications

public List<NotificationHistory.Item> getNotifications()

addNotification

public void addNotification(MediaPlayerNotification notification)

clear

public void clear()

setSize

public void setSize(long size)

addListener

public void addListener(com.adobe.mediacore.session.NotificationHistory.EventListener listener)

removeListener

public void removeListener(com.adobe.mediacore.session.NotificationHistory.EventListener listener)

removeAllListeners

public void removeAllListeners()