DOFServerStateListener InterfaceOpenDOF Object Access Library
StateListener is used for notification purposes when a server's state changes.

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

C#
public interface StateListener

The DOFServerStateListener type exposes the following members.

Methods

  NameDescription
Public methodremoved
This method is called when this listener is removed from the DOFServer.
Public methodstateChanged
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.
Top
Remarks

StateListener is used for notification purposes when a server's state changes.
See Also

Reference