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 SummaryConstructors Constructor Description AbstractAlertEvent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAcked()booleanisActive()booleanisClear()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.alert.AlertEventgetAcknowledgedTimestamp, getActiveTimestamp, getActiveValue, getClearedTimestamp, getClearedValue, getDisplayPath, getNotes, getPath, getStateName, getStateSeverity, getSystem, getUser
 
- 
 
- 
- 
- 
Method Detail- 
isAckedpublic boolean isAcked() - Specified by:
- isAckedin interface- AlertEvent
 
 - 
isActivepublic boolean isActive() - Specified by:
- isActivein interface- AlertEvent
 
 - 
isClearpublic boolean isClear() - Specified by:
- isClearin interface- AlertEvent
 
 
- 
 
-