-
- All Superinterfaces:
EventListener
public interface DestroyListener extends EventListener
This listener is executed when the Para.destroy() is called.- Author:
- Alex Bogdanovski [alex@erudika.com]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDestroy()Code to execute on exit.
-