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
Name | Description | |
---|---|---|
![]() | removed | This method is called when this listener is removed from the DOFServer. |
![]() | stateChanged |
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.
|
Remarks
See Also