Package org.h2.server
Interface ShutdownHandler
-
- All Known Implementing Classes:
Console,GUIConsole,Server
public interface ShutdownHandlerA shutdown handler is a listener for shutdown events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown()Tell the listener to shut down.
-