Objects implement the RouteListener interface to receive information about routes being added and removed.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface RouteListener
The DOFSystemRouteListener type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| removed | This method is called when this listener is removed from the DOFSystem. | |
| routeStatus | This method is called when a route changes in the system (a Provide PDU is received).
|
Remarks
See Also