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