Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You need to create an interface and then create a component that implements that interface.
Create an ActionScript file, declare that file as an Interface, and define any methods you would like the interface to require. To implement the interface, use the implements keyword in the class declaration of the component that will use the interface.