DOFDomainStateListenerremoved Method OpenDOF Object Access Library
This method is called when this listener is removed from the DOFDomain.

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

C#
void removed(
	DOFDomain domain,
	DOFException exception
)

Parameters

domain
Type: org.opendof.core.oalDOFDomain
The domain this listener is on. This will never be null.
exception
Type: org.opendof.core.oalDOFException
The exception that caused this listener to be removed, null means it was removed normally.
Remarks

This method is called when this listener is removed from the DOFDomain.
See Also

Reference