IDisposable

The ‘IDisposable’ interface defines a common interface for all objects to encorporate garbage collection.

Summary
IDisposableThe ‘IDisposable’ interface defines a common interface for all objects to encorporate garbage collection.
Functions
disposePerforms any appropriate clean-up tasks for garbage collection such as removing event listeners, setting object references to ‘null’, etc.

Functions

dispose

function dispose():void

Performs any appropriate clean-up tasks for garbage collection such as removing event listeners, setting object references to ‘null’, etc.

The ‘AnimationManager’ class creates a quick and easy approach to simple animations.
The ‘Buffer’ class manages a collection of animations to be rendered at the same time.
The ‘EnhancedBitmap’ class extends upon the ‘Bitmap’ class by providing an enhanced foundation for additional garbage collection and color support.
The ‘EnhancedMovieClip’ class extends upon the ‘MovieClip’ class by providing an enhanced foundation for additional garbage collection and color support.
function dispose():void
Performs any appropriate clean-up tasks for garbage collection such as removing event listeners, setting object references to ‘null’, etc.
Close