de.malowa
Interface ShutdownWatcher

All Known Implementing Classes:
CleanupTask, DerbyNetworkServer, HSQLDBNetworkServer

public interface ShutdownWatcher

The interface is used for all classes that will be informed of shutting down the program. All classes can then be registered at ShutdownHook.

Author:
Marcel Lohmann

Method Summary
 void doShutdown()
          This method will be called during shutdown.
 

Method Detail

doShutdown

void doShutdown()
This method will be called during shutdown.