taurus taurus

Previous topic

TangoAttribute

Next topic

TangoConfiguration

This Page

TangoAttributeEventListener

Inheritance diagram of TangoAttributeEventListener

class TangoAttributeEventListener(attr)

Bases: taurus.core.util.event.EventListener

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)

eventReceived(s, t, v)