Example #1
0
def dispatchSubscriptionAdapterRegistrationEvent(registration, event):
    handle(registration.factory, event)
Example #2
0
def dispatchHandlerRegistrationEvent(registration, event):
    handle(registration.handler, event)
Example #3
0
def dispatchUtilityRegistrationEvent(registration, event):
    handle(registration.component, event)