DOFSystemRouteListener InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methodremoved
This method is called when this listener is removed from the DOFSystem.
Public methodrouteStatus
This method is called when a route changes in the system (a Provide PDU is received).
Top
Remarks

Objects implement the RouteListener interface to receive information about routes being added and removed. Knowing when a route is added, gives systems the ability to add or remove their own routes based on changes in the system. This is especially useful when determining whether to provide failover.
See Also

Reference