Interface JaxoShutDown


public interface JaxoShutDown
An Interface to provide a shutdown hook for JaxoDraw.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    shutdown(int status)
    Shut down the program, this will be run after the GUI has disposed itself.
  • Method Details

    • 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.