ListEventGenerator

Inheritance diagram of ListEventGenerator
class ListEventGenerator(name, events_active=True)[source]

Manage list events, detecting changes in the list

Import from taurus.core.util.event as:

from taurus.core.util.event import ListEventGenerator
fireEvent(val)[source]

Notifies that a given event has arrived This function is protected inside with the object’s lock. Do NOT call this function when you have the lock acquired on this object.

Parameters:

val (object) – event value