taurus taurus

Previous topic

LIFO

Next topic

LogExceptHook

This Page

ListEventGenerator

Inheritance diagram of ListEventGenerator

class ListEventGenerator(name, events_active=True)

Bases: taurus.core.util.event.EventGenerator

Manage list events, detecting changes in the list

fireEvent(val)

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