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 |