DOFServerStateListenerstateChanged Method OpenDOF Object Access Library
This method will be called immediately when the listener is added to the server with the current state of the server (either "started" or "!started") and then will be called whenever the state changes.

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

C#
void stateChanged(
	DOFServer server,
	DOFServerState state
)

Parameters

server
Type: org.opendof.core.oalDOFServer
The server that has changed state. This will never be null.
state
Type: org.opendof.core.oalDOFServerState
The current state of the server. This will never be null.
Remarks

This method will be called immediately when the listener is added to the server with the current state of the server (either "started" or "!started") and then will be called whenever the state changes.
See Also

Reference