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

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

C#
void removed(
	DOFSystem system,
	DOFException exception
)

Parameters

system
Type: org.opendof.core.oalDOFSystem
The system where this listener was added. 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 DOFSystem.
See Also

Reference