Signals

NOTE: the construction of the sender is based on the urlname and the event. This allows for listeners to be registered independently of resource construction.

endpoint_event

hyperadmin.signals.endpoint_event(providing_args=None)

Sent by the endpoint when an event occurs

Parameters:
  • sender – The full url name of the endpoint + ! + the event
  • endpoint – The endpoint emitting the event
  • event – A string representing the event
  • item_list – An item list for which the event applies, may be empty

resource_event

hyperadmin.signals.resource_event(providing_args=None)

Sent by the resource when an event occurs

Parameters:
  • sender – The full url name of the resource + ! + the event
  • resource – The resource emitting the event
  • event – A string representing the event
  • item_list – An item list for which the event applies, may be empty

Project Versions

Table Of Contents

Previous topic

Throttle

Next topic

Contributing

This Page