java.lang.Object | +----java.util.EventObject | +----cern.lhcias.csgui.Events.AlarmEvent
The AlarmEvent is an event used to send informations about any anormal situation detected in the RemoteView system. It will typically be sent by TagArrays when the value of a Tag is outside limits or by DataServers when a connection with a remote server is lost.
public String text
public String group
public int priority
public long date
public AlarmEvent(Object sourceObject, String aString, String aGroup, long aDate)
public void setText(String aString)
public void setGroup(String aGroup)
public void setDate(long aDate)
public void setPriority(int aPriority)