Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

javax.tv.media
Interface MediaSelectListener

All Superinterfaces:
java.util.EventListener

public interface MediaSelectListener
extends java.util.EventListener

The MediaSelectListener interface is implemented by applications in order to receive notification of selection operations on a MediaSelectControl.


Method Summary
 void selectionComplete(MediaSelectEvent event)
          Notifies the MediaSelectListener that a selection has completed.
 

Method Detail

selectionComplete

public void selectionComplete(MediaSelectEvent event)
Notifies the MediaSelectListener that a selection has completed.

Parameters:
event - MediaSelectEvent describing the completion of a selection operation.

JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.