Package ca.phon.app.hooks
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 TypeMethodDescriptionvoid
shutdown()
Perform whatever operations are necessary for plug-in cleanup.
-
Method Details
-
shutdown
Perform whatever operations are necessary for plug-in cleanup.- Throws:
PluginException
- on error. Excpetions will be printed to the logger
-