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
Name | Description | |
---|---|---|
![]() | eventSignaled | Process an event. |
![]() | removed | Called when the Listener is removed from the DOFRegistration. |
![]() | stateChanged | Indicates to the application that the registration state has changed. |
Remarks
See Also