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, wait
Methods 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:
isAcked
in interfaceAlertEvent
-
isActive
public boolean isActive()- Specified by:
isActive
in interfaceAlertEvent
-
isClear
public boolean isClear()- Specified by:
isClear
in interfaceAlertEvent
-