com.azalient.api.event
Interface IShutdownListener


public interface IShutdownListener

Will be called when application shuts down. Access through Api.window()


Method Summary
 void shutdown()
          This is called when the application is shutting down.
 

Method Detail

shutdown

void shutdown()
This is called when the application is shutting down. This can be used to finalise your data and save any logs or other files before the application exits