ControllerListenerpublic 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. |
Methods Summary |
---|
public void | controllerUpdate(javax.media.ControllerEvent event)This method is called when an event is generated by a
Controller that this listener is registered with.
|
|