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.


Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.