Add a
PermissionListener
to the DOF, which will be notified of permission grants and denials.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void addPermissionListener( DOFPermissionListener permissionListener )
Parameters
- permissionListener
- Type: org.opendof.core.oalDOFPermissionListener
The listener to add.
See Also