Package net.sf.jaxodraw.gui.launch
Interface JaxoShutDown
-
public interface JaxoShutDown
An Interface to provide a shutdown hook for JaxoDraw.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
shutdown(int status)
Shut down the program, this will be run after the GUI has disposed itself.
-