Class RedundancyStateAdapter
java.lang.Object
com.inductiveautomation.ignition.gateway.redundancy.types.RedundancyStateAdapter
- All Implemented Interfaces:
RedundancyStateListener
,EventListener
Empty implementation of
RedundancyStateListener
that can be subclassed.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the connection state between this node and the other changes- on connect and disconnect.void
redundancyStateChanged
(RedundancyState newState) Called when the node's "redundancy state" changes - ie, its activity level.
-
Constructor Details
-
RedundancyStateAdapter
public RedundancyStateAdapter()
-
-
Method Details
-
redundancyStateChanged
Description copied from interface:RedundancyStateListener
Called when the node's "redundancy state" changes - ie, its activity level.- Specified by:
redundancyStateChanged
in interfaceRedundancyStateListener
-
redundancyConnStatusChanged
Description copied from interface:RedundancyStateListener
Called when the connection state between this node and the other changes- on connect and disconnect.- Specified by:
redundancyConnStatusChanged
in interfaceRedundancyStateListener
-