bmserv
Class ServerStateListener

java.lang.Object
  extended by bmserv.ServerStateListener
All Implemented Interfaces:
com.sun.grizzly.ControllerStateListener

public class ServerStateListener
extends java.lang.Object
implements com.sun.grizzly.ControllerStateListener


Constructor Summary
ServerStateListener()
           
 
Method Summary
 void onException(java.lang.Throwable arg0)
           
 void onReady()
           
 void onStarted()
           
 void onStopped()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerStateListener

public ServerStateListener()
Method Detail

onException

public void onException(java.lang.Throwable arg0)
Specified by:
onException in interface com.sun.grizzly.ControllerStateListener

onReady

public void onReady()
Specified by:
onReady in interface com.sun.grizzly.ControllerStateListener

onStarted

public void onStarted()
Specified by:
onStarted in interface com.sun.grizzly.ControllerStateListener

onStopped

public void onStopped()
Specified by:
onStopped in interface com.sun.grizzly.ControllerStateListener