ListEventGenerator

digraph inheritancec4b4ec30b9 { bgcolor=transparent; rankdir=UD; ratio=compress; size="8.0, 12.0"; "EventGenerator" [URL="taurus.core.util.event-EventGenerator.html#taurus.core.util.event.EventGenerator",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Base class capable of firing events"]; "Object" -> "EventGenerator" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ListEventGenerator" [URL="#taurus.core.util.event.ListEventGenerator",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Manage list events, detecting changes in the list"]; "EventGenerator" -> "ListEventGenerator" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Object" [URL="taurus.core.util.object-Object.html#taurus.core.util.object.Object",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top"]; }
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