PlugListener

- class PlugListener
A plug listener.
This class registers a function to be called if at least one plug in a collection is modified. The function is executed in the main thread, but not immediately: instead it is pushed in a list that will processed at regular intervals, in order to gather multiple modifications done to a single plug.
Constructors
__init__