implements statement

myClass implements interface01 [, interface02 , ...]

Specifies that a class must define all the methods declared in the interface (or interfaces) being implemented.

Availability: ActionScript 2.0; Flash Player 6

Example

See interface.

See also

class statement


Flash CS3