Adds a
ConnectionStateListener
that is notified when connections are established or go down.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract void addConnectionListener( DOFRuntimeConnectionStateListener connectionStateListener )
Parameters
- connectionStateListener
- Type: org.opendof.core.oalDOFRuntimeConnectionStateListener
The listener to add. This must not be null.
See Also