Remove a connection state-change handler from this connection.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void removeStateListener( DOFConnectionStateListener stateListener )
Parameters
- stateListener
- Type: org.opendof.core.oalDOFConnectionStateListener
The listener that should no longer be notified. This must not be null.
Remarks
See Also