DOFRegistrationListenerstateChanged Method OpenDOF Object Access Library
Indicates to the application that the registration state has changed.

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

C#
void stateChanged(
	DOFRegistration registration,
	DOFRegistrationState state
)

Parameters

registration
Type: org.opendof.core.oalDOFRegistration
The DOFRegistration where this listener was added. This will never be null.
state
Type: org.opendof.core.oalDOFRegistrationState
The new state of the registration.
Remarks

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

Reference