DOFPermissionListener InterfaceOpenDOF Object Access Library
The PermissionListener interface enables you to be notified when a terminal permission is granted or denied.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface PermissionListener

The DOFPermissionListener type exposes the following members.

Methods

  NameDescription
Public methodpermissionDenied
Notify the listener that a permission has been denied.
Public methodpermissionGranted
Notify the listener that a permission has been granted.
Public methodremoved
Called when the PermissionListener is removed from the DOF.
Top
Remarks

The PermissionListener interface enables you to be notified when a terminal permission is granted or denied. It will still be called if a previously-granted broad permission allows it and no new permission is requested.
See Also

Reference