nti.schema.subscribers

Event handlers.

before_object_assigned_event_dispatcher(event)[source]

Listens for zope.schema fields to fire IBeforeSchemaFieldAssignedEvent, and re-dispatches these events based on the value being assigned, the object being assigned to, and of course the event (note that IBeforeObjectAssignedEvent is a sub-interface of IBeforeSchemaFieldAssignedEvent).

This is analogous to zope.component.event.objectEventNotify()