Package com.cbe.delegate
Class PublishDelegate
java.lang.Object
com.cbe.delegate.PublishDelegate
Delegate class for the asynchronous version of methods:
- cbe::Container::publish
- cbe::Object::publish
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
void
finalize()
static long
getCPtr
(PublishDelegate obj) void
onPublishError
(Error error, Context context) Called if an error is encountered.void
onPublishSuccess
(Items_Vec items) Called upon successful publish.void
void
void
swigSetCMemOwn
(boolean own) void
-
Constructor Details
-
PublishDelegate
public PublishDelegate(long cPtr, boolean cMemoryOwn) -
PublishDelegate
public PublishDelegate()
-
-
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() -
onPublishSuccess
Called upon successful publish.- Parameters:
items
- Instance of items that are being published.
-
onPublishError
Called if an error is encountered.
-