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.media
Interface ControllerListener

All Superinterfaces:
java.util.EventListener

public interface ControllerListener
extends java.util.EventListener

ControllerListener is an interface for handling asynchronous events generated by Controllers.

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.

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.