Class GetSubscriptionsDelegate

java.lang.Object
com.cbe.delegate.GetSubscriptionsDelegate

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

  • cbe::SubscribeManager::getSubscriptions
  • Constructor Details

    • GetSubscriptionsDelegate

      public GetSubscriptionsDelegate(long cPtr, boolean cMemoryOwn)
    • GetSubscriptionsDelegate

      public GetSubscriptionsDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(GetSubscriptionsDelegate 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()
    • onGetSubscriptionsSuccess

      public void onGetSubscriptionsSuccess(QueryResult object)
      Called upon successful GetSubscriptions.
      Parameters:
      object - Instance of object that is being streamed.
    • onGetSubscriptionsError

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