DOFSystemQueryOperationListenerinterfaceAdded Method OpenDOF Object Access Library
Called when an Object Interface has been added, that matches the operation query.

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

C#
void interfaceAdded(
	DOFOperationQuery operation,
	DOFObjectID objectID,
	DOFInterfaceID interfaceID
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationQuery
The query operation. This will never be null.
objectID
Type: org.opendof.core.oalDOFObjectID
The object ID of the object adding the interface. This will never be null.
interfaceID
Type: org.opendof.core.oalDOFInterfaceID
The interface added. This will never be null.
Remarks

Called when an Object Interface has been added, that matches the operation query.
See Also

Reference