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
Name | Description | |
---|---|---|
![]() | permissionDenied | Notify the listener that a permission has been denied. |
![]() | permissionGranted | Notify the listener that a permission has been granted. |
![]() | removed | Called when the PermissionListener is removed from the DOF. |
Remarks
See Also