com.adobe.mediacore.session
Class NotificationHistory
java.lang.Object
com.adobe.mediacore.session.NotificationHistory
public class NotificationHistory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationHistory
public NotificationHistory(long size)
NotificationHistory
public NotificationHistory()
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()