Exemplo n.º 1
0
def dispatchSubscriptionAdapterRegistrationEvent(registration, event):
    handle(registration.factory, event)
Exemplo n.º 2
0
def dispatchHandlerRegistrationEvent(registration, event):
    handle(registration.handler, event)
Exemplo n.º 3
0
def dispatchUtilityRegistrationEvent(registration, event):
    handle(registration.component, event)