Interface DestroyListener

All Superinterfaces:
EventListener

public interface DestroyListener extends EventListener
This listener is executed when the Para.destroy() is called.
Author:
Alex Bogdanovski [[email protected]]
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Code to execute on exit.
  • Method Details

    • onDestroy

      void onDestroy()
      Code to execute on exit.