Add a route listener to this system.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void addRouteListener( DOFSystemRouteListener listener )
Parameters
- listener
- Type: org.opendof.core.oalDOFSystemRouteListener
The listener. This must not be null.
Remarks
See Also