org.elkoserver.foundation.server
Interface ShutdownWatcher


public interface ShutdownWatcher

Interface implemented by objects that register to be notified when the server is about to be shut down.


Method Summary
 void noteShutdown()
          Take note that the server is about to be shut down.
 

Method Detail

noteShutdown

void noteShutdown()
Take note that the server is about to be shut down.

See Also:
Server.registerShutdownWatcher(ShutdownWatcher)