Interface
Up to GlossaryThis Definition applies to: Any version.
In Grok and Zope 3 an interface is an object that may have formal and semi-formal descriptions for describing an aspect of an object. These interfaces are provided by the zope.interface package. Unlike Java, these interfaces are object-centric and not class-centric.

