Skip to content

Live.Listener (runtime)

Live 9, Live Object Model & framework reference (descriptions and signatures).

Live Object Model, from the Live 9 API XML documentation.

Classes

class ListenerHandle

This class represents a Python listener when connected to a Live property.

Properties

  • listener_func - Returns the original function
  • listener_self - Returns the weak reference to original self, if it was a bound method
  • name - Prints the name of the property that this listener is connected to

Methods

disconnect(arg1)

Disconnects the listener from its property

class ListenerVector

A read only container for accessing a list of listeners.

Methods

append(arg1,arg2)
extend(arg1,arg2)