implements statement

myClass implements interface01 [, interface02 , ...] 

Note: To use this keyword, you must specify ActionScript 2.0 and Flash Player 6 or later in the Flash tab of your FLA file's Publish Settings dialog box. This keyword is supported only when used in external script files, not in scripts written in the Actions panel.

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

Availability: ActionScript 2.0; Flash Lite 2.0

Example

See interface.

See also

class statement