Class ActiveInactiveFilter

java.lang.Object
com.inductiveautomation.ignition.gateway.redundancy.util.ActiveInactiveFilter
All Implemented Interfaces:
RedundancyStateListener, EventListener

public abstract class ActiveInactiveFilter extends Object implements RedundancyStateListener
Only care about doing something when the ActivityLevel transitions from:
  • !Active => Active
  • Active =>!Active
but none of the other permutations? ActiveInactiveFilter is your man.