User Guide

implements 173
implements
Availability
Flash Player 6.
Usage
myClass implements interface01 [, interface02, ...]
Description
Keyword; specifies that a class must define all the methods declared in the interface (or interfaces)
being implemented. For more information, see “Interfaces as data types” on page 59.
Example
See interface.
See also
class, extends, interface
CHAPTER 5
ActionScript Core Language Elements