Package com.cbe.delegate
Class UpdateKeyValuesDelegate
java.lang.Object
com.cbe.delegate.UpdateKeyValuesDelegate
Delegate class for the asynchronous version of method:
- cbe::Object::updateKeyValues()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longvoidonUpdateKeyValuesError(Error error, Context context) Called if an error is encountered.voidonUpdateKeyValuesSuccess(Object object) Called upon successful UpdateKeyValues.voidvoidvoidswigSetCMemOwn(boolean own) void
-
Constructor Details
-
UpdateKeyValuesDelegate
public UpdateKeyValuesDelegate(long cPtr, boolean cMemoryOwn) -
UpdateKeyValuesDelegate
public UpdateKeyValuesDelegate()
-
-
Method Details
-
getCPtr
-
swigSetCMemOwn
public void swigSetCMemOwn(boolean own) -
finalize
public void finalize() -
delete
public void delete() -
swigDirectorDisconnect
public void swigDirectorDisconnect() -
swigReleaseOwnership
public void swigReleaseOwnership() -
swigTakeOwnership
public void swigTakeOwnership() -
onUpdateKeyValuesSuccess
Called upon successful UpdateKeyValues.- Parameters:
object- Instance of object that is getting its Key/Values updated.
-
onUpdateKeyValuesError
Called if an error is encountered.
-