Class RemoveRoleDelegate

java.lang.Object
com.cbe.delegate.RemoveRoleDelegate

public class RemoveRoleDelegate extends Object
Delegate class for the asynchronous version of method:

  • cbe::Role::removeRole
  • Constructor Details

    • RemoveRoleDelegate

      public RemoveRoleDelegate(long cPtr, boolean cMemoryOwn)
    • RemoveRoleDelegate

      public RemoveRoleDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(RemoveRoleDelegate obj)
    • swigSetCMemOwn

      public void swigSetCMemOwn(boolean own)
    • finalize

      public void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • swigDirectorDisconnect

      public void swigDirectorDisconnect()
    • swigReleaseOwnership

      public void swigReleaseOwnership()
    • swigTakeOwnership

      public void swigTakeOwnership()
    • onRemoveRoleSuccess

      public void onRemoveRoleSuccess(long roleId)
      Called upon successful removal of the Role.
    • onRemoveRoleError

      public void onRemoveRoleError(Error error, Context context)
      Called if an error is encountered.