Uses of Interface
com.sun.grizzly.ControllerStateListener

Packages that use ControllerStateListener
com.sun.grizzly   
 

Uses of ControllerStateListener in com.sun.grizzly
 

Classes in com.sun.grizzly that implement ControllerStateListener
 class ControllerStateListenerAdapter
          Empty implementation of ControllerStateListener
 

Fields in com.sun.grizzly with type parameters of type ControllerStateListener
protected  Collection<ControllerStateListener> Controller.stateListeners
          Collection of Controller state listeners, which will are notified on Controller state change.
 

Methods in com.sun.grizzly with parameters of type ControllerStateListener
 void Controller.addStateListener(ControllerStateListener stateListener)
          Add controller state listener
 void Controller.removeStateListener(ControllerStateListener stateListener)
          Remove controller state listener
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.