JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.erudika.para.core
Package
com.erudika.para.core.listeners
Interface DestroyListener
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
void
onDestroy
()
Code to execute on exit.
Method Details
onDestroy
void
onDestroy
()
Code to execute on exit.