org.elkoserver.foundation.server
Interface ReinitWatcher


public interface ReinitWatcher

Interface implemented by objects that register to receive notification when the server is reinitialized.


Method Summary
 void noteReinit()
          Take note that the server has been reinitialized.
 

Method Detail

noteReinit

void noteReinit()
Take note that the server has been reinitialized.

See Also:
Server.registerReinitWatcher(ReinitWatcher)