java.lang.Object
|
+--java.util.EventObject
|
+--javax.tv.service.selection.ServiceContextEvent
|
+--javax.tv.service.selection.PresentationTerminatedEvent
- All Implemented Interfaces:
- java.io.Serializable
- See Also:
SelectionFailedEvent
public static final int ACCESS_WITHDRAWN = 4
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getReason()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public PresentationTerminatedEvent(ServiceContext source,
int reason)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int RESOURCES_REMOVED = 3
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int SERVICE_VANISHED = 1
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int TUNED_AWAY = 2
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int USER_STOP = 5
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples