DOFSubscriptionListenerstateChanged Method OpenDOF Object Access Library
Indicates to the application that the subscription state has changed.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
void stateChanged(
	DOFSubscription subscription,
	DOFSubscriptionState state
)

Parameters

subscription
Type: org.opendof.core.oalDOFSubscription
The DOFSubscription where this listener was added. This will never be null.
state
Type: org.opendof.core.oalDOFSubscriptionState
The new state of the subscription.
Remarks

Indicates to the application that the subscription state has changed. For example, it has become either active or inactive.
See Also

Reference