nti.schema.subscribers¶
Event handlers.
- before_object_assigned_event_dispatcher(event)[source]¶
Listens for
zope.schemafields to fireIBeforeSchemaFieldAssignedEvent, and re-dispatches these events based on the value being assigned, the object being assigned to, and of course the event (note thatIBeforeObjectAssignedEventis a sub-interface ofIBeforeSchemaFieldAssignedEvent).This is analogous to
zope.component.event.objectEventNotify()