Package org.h2.server
Interface ShutdownHandler
- All Known Implementing Classes:
Console,GUIConsole,Server
public interface ShutdownHandler
A shutdown handler is a listener for shutdown events.
-
Method Summary
-
Method Details
-
shutdown
void shutdown()Tell the listener to shut down.
-