Package com.cbe.delegate
Class UnSubscribeDelegate
java.lang.Object
com.cbe.delegate.UnSubscribeDelegate
Delegate class for the asynchronous version of methods:
- cbe::Container::unSubscribe
- cbe::Object::unSubscribe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()voidfinalize()static longvoidonUnSubscribeError(Error error, Context context) Called if an error is encountered.voidonUnSubscribeSuccess(long publishId, long itemId) Called upon successful UnSubscribe.voidvoidvoidswigSetCMemOwn(boolean own) void
-
Constructor Details
-
UnSubscribeDelegate
public UnSubscribeDelegate(long cPtr, boolean cMemoryOwn) -
UnSubscribeDelegate
public UnSubscribeDelegate()
-
-
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() -
onUnSubscribeSuccess
public void onUnSubscribeSuccess(long publishId, long itemId) Called upon successful UnSubscribe.- Parameters:
publishId- The PublishId of the UnSubscribe.itemId- Instance of ItemId that is being UnSubscribed.
-
onUnSubscribeError
Called if an error is encountered.
-