IDestroyable
| Kind of class: | public interface |
|---|---|
| Package: | org.casalib.core |
| Inherits from: | none |
| Implemented by: | |
| Version: | 10/27/08 |
| Author: | Aaron Clinger |
| Classpath: | org.casalib.core.IDestroyable |
| File last modified: | Monday, 01 December 2008, 11:16:36 |
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.