Class ListGroupsDelegate

java.lang.Object
com.cbe.delegate.ListGroupsDelegate

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

  • cbe::GroupManager::listGroups
  • Constructor Details

    • ListGroupsDelegate

      public ListGroupsDelegate(long cPtr, boolean cMemoryOwn)
    • ListGroupsDelegate

      public ListGroupsDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(ListGroupsDelegate 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()
    • onListGroupsSuccess

      public void onListGroupsSuccess(Groups_Vec groups)
      Called upon successful listGroup
      Parameters:
      groups - Ref to vector of cbe::Group holding the joined groups.
    • onListGroupsError

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