javax.media
Interface ControllerListener

All Known Implementing Classes:
ControllerAdapter

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.

See Also:
Controller

Method Summary
 void controllerUpdate(ControllerEvent event)
          This method is called when an event is generated by a Controller that this listener is registered with.
 

Method Detail

controllerUpdate

public void controllerUpdate(ControllerEvent event)
This method is called when an event is generated by a Controller that this listener is registered with.
Parameters:
event - The event generated.


Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.