|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.tv.service.selection.ServiceContextEvent
The parent class for service context events.
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ServiceContextEvent(ServiceContext source)
Constructs the event. |
Method Summary | |
ServiceContext |
getServiceContext()
Reports the ServiceContext that generated the event. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceContextEvent(ServiceContext source)
source
- The ServiceContext
that generated the
event.Method Detail |
public ServiceContext getServiceContext()
ServiceContext
that generated the event.ServiceContext
that generated the event.
|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |