public class PeriodicEventTrigger extends Object implements IEventTrigger
EventType.PERIODIC_EVENT| Constructor and Description |
|---|
PeriodicEventTrigger(long period,
AttributeImpl attribute)
Ctr
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
doCheck() |
boolean |
isSendEvent() |
void |
setError(fr.esrf.Tango.DevFailed error)
Notify the trigger of the last error occured
|
void |
setPeriod(long period) |
void |
updateProperties()
Update event properties
|
public PeriodicEventTrigger(long period,
AttributeImpl attribute)
period - The period at which to send eventsattribute - the specified attributepublic void setPeriod(long period)
public boolean isSendEvent()
isSendEvent in interface IEventTriggerpublic void setError(fr.esrf.Tango.DevFailed error)
IEventTriggersetError in interface IEventTriggerpublic void updateProperties()
throws fr.esrf.Tango.DevFailed
IEventTriggerupdateProperties in interface IEventTriggerfr.esrf.Tango.DevFailedpublic boolean doCheck()
doCheck in interface IEventTriggerCopyright © 2012–2017 Tango Controls. All rights reserved.