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