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