Create a DOFListenerInvoker.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected DOFListenerInvoker( DOF dof, Type klass, string method )
Parameters
- dof
- Type: org.opendof.core.oalDOF
The dof to notify. - klass
- Type: SystemType
The class associated with the method. - method
- Type: SystemString
The full name (class.method) of the offending method.
Remarks
See Also