com.adobe.mediacore.session
Class NotificationHistory.Item

java.lang.Object
  extended by com.adobe.mediacore.session.NotificationHistory.Item
Enclosing class:
NotificationHistory

public class NotificationHistory.Item
extends Object


Constructor Summary
NotificationHistory.Item(long index, long timeStamp, MediaPlayerNotification notification)
           
 
Method Summary
 long getIndex()
           
 MediaPlayerNotification getNotification()
           
 long getTimeStamp()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationHistory.Item

public NotificationHistory.Item(long index,
                                long timeStamp,
                                MediaPlayerNotification notification)
Method Detail

getIndex

public long getIndex()

getTimeStamp

public long getTimeStamp()

getNotification

public MediaPlayerNotification getNotification()

toString

public String toString()
Overrides:
toString in class Object