Import location: zope.component.interfaces.IObjectEvent
The IObjectEvent is the base event triggered for all events on an object. The IObjectEvent is the base interface inherited by for all other events. The object that generated this event is not necessarily the object referred to by location.
Import location: zope.lifecycleevent.interfaces.IObjectCreatedEvent
This event is triggered when an object is created.
Import location: zope.lifecycleevent.interfaces.IObjectCopiedEvent
This event is triggered when an object is copied.
Import location: zope.lifecycleevent.interfaces.IObjectModifiedEvent
This event is triggered when an object is modified.
This event is triggered when an object annotation is changed.
This event is triggered when an object content is modified.
Import location: zope.component.interfaces.IRegistrationEvent
This is base interface for all registration related events. This event is triggered for register events.
Import location: zope.component.interfaces.IRegistered
This event is triggered when a component or factory was registered.
Import location: zope.component.interfaces.IUnregistered
This event is triggered when a component or factory was unregistered.
Import location: zope.lifecycleevent.interfaces.IObjectMovedEvent
This event is triggered when an object has move in a container.
Import location: zope.lifecycleevent.interfaces.IObjectAddedEvent
This event is triggered when an object has been added into a container.
Import location: zope.lifecycleevent.interfaces.IObjectRemovedEvent
This event is triggered when an object has been removed from a container.
Import location: zope.container.interfaces.IContainerModifiedEvent
This event is triggered when a reordering, deletion or adding occurs in a container.
Import location: zope.traversing.interfaces.IBeforeTraverseEvent
This event is triggered when the publisher starts the traversal.
Import location: zope.publisher.interfaces.IEndRequestEvent
This event is triggered when the publisher has finished the request calculation.
blog comments powered by Disqus