Implement Interface wizard
The Implement Interface wizard creates an interface framework. You write the code that implements each method of the framework. The method signature framework is inserted at the end of the .java source file for the class.
To display this wizard, choose Wizards|Implement Interface.
Wizard options
Class
The class you want to implement the interface for.
Available Interfaces
The interface you want to implement.
See also:
User's Guide: Implementing a Java interface