TangoAttributeEventListener

Inheritance diagram of TangoAttributeEventListener
class TangoAttributeEventListener(attr)[source]

A class that listens for an event with a specific value

Note: Since this class stores for each event value the last timestamp when it occured, it should only be used for events for which the event value domain (possible values) is limited and well known (ex: an enum)

Import from taurus.core.tango as:

from taurus.core.tango import TangoAttributeEventListener
eventReceived(s, t, v)[source]