Interface

From Xojo Documentation

Language Keyword

An Interface is used to specify what an object does without specifying how it does it.

Notes

You will not use the Interface keyword directly in your code. To add an Interface to your project, use the Insert button or menu. To assign an Interface to a class, use the Interfaces button on the Inspector for the class.

See Also

Class, Implements keyword