DOFSystemaddStateListener Method OpenDOF Object Access Library
Add a new state listener to the system.

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

C#
public void addStateListener(
	DOFSystemStateListener listener
)

Parameters

listener
Type: org.opendof.core.oalDOFSystemStateListener
The new listener
Remarks

Add a new state listener to the system. This listener will be notified when the state of the system changes.
See Also

Reference