|
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.media.MediaSelectEvent
MediaSelectEvent
is the base class of events sent to
MediaSelectListener
instances.
MediaSelectListener
, Serialized FormFields inherited from class java.util.EventObject |
source |
Constructor Summary | |
MediaSelectEvent(javax.media.Controller controller,
Locator[] selection)
Creates a new MediaSelectEvent . |
Method Summary | |
javax.media.Controller |
getController()
Reports the Controller that generated this event. |
Locator[] |
getSelection()
Reports the selection that caused this 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 MediaSelectEvent(javax.media.Controller controller, Locator[] selection)
MediaSelectEvent
.controller
- The Controller that generated this event.selection
- The Locator
instances on which
selection was attempted.Method Detail |
public javax.media.Controller getController()
public Locator[] getSelection()
|
Java TV(tm) API 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |