The QueryOperationListener defines listener methods that provide notification
of objects and their provided interfaces being added and removed from the system.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface QueryOperationListener : DOFOperationOperationListener
The DOFSystemQueryOperationListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | complete | Operation completed. (Inherited from DOFOperationOperationListener.) |
![]() | interfaceAdded | Called when an Object Interface has been added, that matches the operation query.
|
![]() | interfaceRemoved | Called when an Object Interface has been removed, that matches the operation query.
|
![]() | providerRemoved |
Called when an Object has been removed that the query's interest
has been expressed for.
|
Remarks
See Also