>>> from zope.interface.verify import verifyObject >>> event = GroupAdded("group") >>> verifyObject(IGroupAdded, event) True
There are no base classes.
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.