Class AlertNotificationProfile
- java.lang.Object
 - 
- com.inductiveautomation.ignition.gateway.alert.notification.AlertNotificationProfile
 
 
- 
- All Implemented Interfaces:
 AlertMessageHandler
@Deprecated public abstract class AlertNotificationProfile extends java.lang.Object implements AlertMessageHandler
Deprecated.AlertNotificationProfile is an interface all alert notification implementations must follow 
- 
- 
Constructor Summary
Constructors Constructor Description AlertNotificationProfile()Deprecated. 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract java.lang.StringgetName()Deprecated.abstract booleanisEnabled()Deprecated.java.lang.StringtoString()Deprecated.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.alert.AlertMessageHandler
receiveAlert 
 - 
 
 -