Previous versions of the IDE had a Synchronize command that enabled you to update classes to implement an interface's methods or to update classes to reflect changes in interfaces.
The Synchronize command is no longer in the IDE, but it is still possible to synchronize classes with interfaces.
To generate an interface's methods in a class:
Method declarations are generated for any interface methods that are not already declared in the class.