Interface PhonShutdownHook


public interface PhonShutdownHook
Interface used to perform operations before Phon is shutdown. Hooks are called just before System.exit - after the save modified dialog is presented.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform whatever operations are necessary for plug-in cleanup.
  • Method Details

    • shutdown

      void shutdown() throws PluginException
      Perform whatever operations are necessary for plug-in cleanup.
      Throws:
      PluginException - on error. Excpetions will be printed to the logger