Adding Declarations for Interface Methods

See Also

Using Class Outline, you can automatically insert method declarations for the interfaces that your class implements.

To add declarations for interface methods

  1. In Class Outline, expand the Implemented Interfaces node.

  2. Right-click the name of the interface, and then click Add Method Stubs on the shortcut menu.

Class Outline adds a declaration for each method in the interface. You can then define your implementation.