CoreInterface
| Kind of class: | interface |
|---|---|
| Inherits from: | none |
| Implemented by: | |
| Known subinterfaces: | |
| Version: | 10/11/06 |
| Author: | Toby Boudreaux, David Nelson, Aaron Clinger |
| Classpath: | org.casaframework.core.CoreInterface |
| File last modified: | Monday, 08 January 2007, 09:57:51 |
Instance methods
destroy
function destroy (
) : Void
Removes internal variables, intervals, enter frames, internal MovieClips and event observers to allow the object to be garbage collected.
Always call
Always call
destroy() before deleting/removing object instance.Example:
myObject.destroy();
delete myObject;toString
function toString (
) : String
Returns class description name.
Returns:
Class path.
See also: