org.h2.server
Interface ShutdownHandler

All Known Implementing Classes:
Console, Server

public interface ShutdownHandler

A shutdown handler is a listener for shutdown events.


Method Summary
 void shutdown()
          Tell the listener to shut down.
 

Method Detail

shutdown

void shutdown()
Tell the listener to shut down.