Adds a
ServerStateListener
that is notified when servers are started or stopped.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract void addServerListener( DOFRuntimeServerStateListener serverStateListener )
Parameters
- serverStateListener
- Type: org.opendof.core.oalDOFRuntimeServerStateListener
The listener to add. This must not be null.
See Also