Class AbstractAlertEvent
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.alert.AbstractAlertEvent
 
 
- 
- All Implemented Interfaces:
 AlertEvent,java.io.Serializable
- Direct Known Subclasses:
 DefaultAlertEvent
public abstract class AbstractAlertEvent extends java.lang.Object implements AlertEvent
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractAlertEvent() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAcked()booleanisActive()booleanisClear()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.alert.AlertEvent
getAcknowledgedTimestamp, getActiveTimestamp, getActiveValue, getClearedTimestamp, getClearedValue, getDisplayPath, getNotes, getPath, getStateName, getStateSeverity, getSystem, getUser 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isAcked
public boolean isAcked()
- Specified by:
 isAckedin interfaceAlertEvent
 
- 
isActive
public boolean isActive()
- Specified by:
 isActivein interfaceAlertEvent
 
- 
isClear
public boolean isClear()
- Specified by:
 isClearin interfaceAlertEvent
 
 - 
 
 -