IDestroyable
| Kind of class: | public interface |
|---|---|
| Package: | org.casalib.core |
| Inherits from: | none |
| Implemented by: | |
| Version: | 03/16/09 |
| Author: | Aaron Clinger |
| Classpath: | org.casalib.core.IDestroyable |
| File last modified: | Monday, 16 March 2009, 15:25:50 |
Interface for objects that are destroyable.
Summary
Instance properties
destroyed
public destroyed:Boolean
(read)
Determines if the object has been destroyed
true, or is still available for use false. Instance methods
destroy
public function destroy (
) : void
Removes any event listeners and stops all internal processes to help allow for prompt garbage collection.
Always call
Always call
destroy() before deleting last object pointer.