sc3.base.model module

Model.sc

class NotificationCenter

Bases: object

classmethod notify(obj, msg, *args, **kwargs)
classmethod register(obj, msg, listener, action)
classmethod unregister(obj, msg=None, listener=None)
classmethod register_one_shot(obj, msg, listener, action)
classmethod registration_exists(obj, msg, listener)
classmethod clear()