Exemplo n.º 1
0
def dispatch_subscription_adapter_registration_event(registration, event):
    handle(registration.factory, event)
Exemplo n.º 2
0
def dispatch_handler_registration_event(registration, event):
    handle(registration.handler, event)
Exemplo n.º 3
0
def dispatchHandlerRegistrationEvent(registration, event):
    handle(registration.handler, event)
Exemplo n.º 4
0
def dispatch_utility_registration_event(registration, event):
    handle(registration.component, event)
Exemplo n.º 5
0
def dispatchSubscriptionAdapterRegistrationEvent(registration, event):
    handle(registration.factory, event)
Exemplo n.º 6
0
def dispatchUtilityRegistrationEvent(registration, event):
    handle(registration.component, event)
Exemplo n.º 7
0
def dispatch_handler_registration_event(registration, event):
    handle(registration.handler, event)
Exemplo n.º 8
0
def dispatch_subscription_adapter_registration_event(registration, event):
    handle(registration.factory, event)
Exemplo n.º 9
0
def dispatch_utility_registration_event(registration, event):
    handle(registration.component, event)