javax.media
接口 ControllerListener
- 所有已知实现类:
- BasicPlayer, BasicProcessor, ControllerAdapter, MediaPlayer, MediaProcessor
public interface ControllerListener
ControllerListener is an interface for handling asynchronous
events generated by Controllers.
Java Beans Support
If implementations of this interface are going to be used with
Java Beans they need to also implement either java.util.EventListener
or sunw.util.EventListener.
- 另请参见:
Controller
controllerUpdate
void controllerUpdate(ControllerEvent event)
- This method is called when an event is generated by a
Controller that this listener is registered with.
- 参数:
event - The event generated.