| com.sun.midp.push.gcf.PermissionCallback
PermissionCallback | public interface PermissionCallback (Code) | | Permission checking abstraction.
|
checkForPermission | void checkForPermission(String permissionName, String resource, String extraValue) throws SecurityException(Code) | | Checks for permission and throws an exception if not allowed.
May block to ask the user a question.
Parameters: permissionName - unique name of the permission to check for,cannot be null Parameters: resource - string to insert into the question,can be null Parameters: extraValue - string to insert into the question,can be null exception: SecurityException - if the permission is not allowed |
|
|