onPermissionDenied abstract method

void onPermissionDenied(
  1. PermissionDeniedException e
)

Invoked if the permissions for an action were denied by the mumble server.

This should not be treated as an error and the client can still be used after this occures to do other things.

Implementation

void onPermissionDenied(PermissionDeniedException e);