net.sf.jaxodraw.gui.launch
Interface JaxoShutDown


public interface JaxoShutDown

An Interface to provide a shutdown hook for JaxoDraw.

Since:
2.0

Method Summary
 void shutdown(int status)
          Shut down the program, this will be run after the GUI has disposed itself.
 

Method Detail

shutdown

void shutdown(int status)
Shut down the program, this will be run after the GUI has disposed itself.

Parameters:
status - the shutdown status code.


Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.