Class AbstractAlertEvent
java.lang.Object
com.inductiveautomation.ignition.common.alert.AbstractAlertEvent
- All Implemented Interfaces:
- AlertEvent,- Serializable
- Direct Known Subclasses:
- DefaultAlertEvent
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.alert.AlertEventgetAcknowledgedTimestamp, getActiveTimestamp, getActiveValue, getClearedTimestamp, getClearedValue, getDisplayPath, getNotes, getPath, getStateName, getStateSeverity, getSystem, getUser
- 
Constructor Details- 
AbstractAlertEventpublic AbstractAlertEvent()
 
- 
- 
Method Details- 
isAckedpublic boolean isAcked()- Specified by:
- isAckedin interface- AlertEvent
 
- 
isActivepublic boolean isActive()- Specified by:
- isActivein interface- AlertEvent
 
- 
isClearpublic boolean isClear()- Specified by:
- isClearin interface- AlertEvent
 
 
-