com.adobe.mediacore
Interface MediaPlayerNotification.NotificationCode

All Known Implementing Classes:
MediaPlayerNotification.ErrorCode, MediaPlayerNotification.InfoCode, MediaPlayerNotification.WarningCode
Enclosing class:
MediaPlayerNotification

public static interface MediaPlayerNotification.NotificationCode

Generic interface describing a notification.


Method Summary
 long getCode()
          Getter method
 String getName()
          Getter method
 

Method Detail

getCode

long getCode()
Getter method

Returns:
the code numerical code associated to this notification code

getName

String getName()
Getter method

Returns:
the string representation of this notification code.