Class UpdateKeyValuesDelegate

java.lang.Object
com.cbe.delegate.UpdateKeyValuesDelegate

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

  • cbe::Object::updateKeyValues()
  • Constructor Details

    • UpdateKeyValuesDelegate

      public UpdateKeyValuesDelegate(long cPtr, boolean cMemoryOwn)
    • UpdateKeyValuesDelegate

      public UpdateKeyValuesDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(UpdateKeyValuesDelegate 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()
    • onUpdateKeyValuesSuccess

      public void onUpdateKeyValuesSuccess(Object object)
      Called upon successful UpdateKeyValues.
      Parameters:
      object - Instance of object that is getting its Key/Values updated.
    • onUpdateKeyValuesError

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