DOFRegistrationListener InterfaceOpenDOF Object Access Library
This interface is implemented by requestors to receive updates.

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

C#
public interface Listener

The DOFRegistrationListener type exposes the following members.

Methods

  NameDescription
Public methodeventSignaled
Process an event.
Public methodremoved
Called when the Listener is removed from the DOFRegistration.
Public methodstateChanged
Indicates to the application that the registration state has changed.
Top
Remarks

This interface is implemented by requestors to receive updates.
See Also

Reference