org.ka2ddo.yaac.core
Interface ShutdownHandler

All Known Subinterfaces:
GuiIfc
All Known Implementing Classes:
AX25Logger, FileLogger, GPSLogger, MainFrame

public interface ShutdownHandler

This interface declares an object that needs cleanup operations if YAAC is shut down.


Method Summary
 void shutdown()
          Do whatever cleanup this object needs for program shutdown.
 

Method Detail

shutdown

void shutdown()
Do whatever cleanup this object needs for program shutdown.