|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
javax.tv.media.MediaSelectEvent
MediaSelectEvent is the base class of events sent to
MediaSelectListener instances.
MediaSelectListener,
Serialized Form| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
MediaSelectEvent(Controller controller,
Locator[] selection)
Creates a new MediaSelectEvent. |
|
| Method Summary | |
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(Controller controller,
Locator[] selection)
MediaSelectEvent.
controller - The Controller that generated this event.selection - The Locator instances on which
selection was attempted.| Method Detail |
public Controller getController()
public Locator[] getSelection()
MediaSelectControl methods
add(Locator),
remove(Locator),
select(Locator) and
select(Locator[]),
and the paramter toComponent of the method
replace(fromComponent, toComponent).
MediaSelectControl
|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||