DOFObjectEventOperationListener InterfaceOpenDOF Object Access Library

Note: This API is now obsolete.

This interface is implemented by requestors to receive notification of events as they occur.

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

C#
[ObsoleteAttribute("Replaced by Listener")]
public interface EventOperationListener : DOFOperationOperationListener

The DOFObjectEventOperationListener type exposes the following members.

Methods

  NameDescription
Public methodcomplete
Operation completed.
(Inherited from DOFOperationOperationListener.)
Public methodeventSignaled Obsolete.
Process a DOF event.
Top
Remarks

This interface is implemented by requestors to receive notification of events as they occur.
See Also

Reference

DOFSystem.createRegistration(DOFObjectID, Event, Listener)