Interface Expendable
An interface used to identify and organize entitys which can be destroyed at run time or at the end of runtime. Caution: Implementing this interface means that the object CAN be destroyed, unlike static objects which last for all runtime.
Syntax
public interface Expendable
Methods
dispose()
Declaration
public void dispose()