Class PublishDelegate

java.lang.Object
com.cbe.delegate.PublishDelegate

public class PublishDelegate extends Object
Delegate class for the asynchronous version of methods:

  • cbe::Container::publish
  • cbe::Object::publish
  • Constructor Details

    • PublishDelegate

      public PublishDelegate(long cPtr, boolean cMemoryOwn)
    • PublishDelegate

      public PublishDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(PublishDelegate 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()
    • onPublishSuccess

      public void onPublishSuccess(Items_Vec items)
      Called upon successful publish.
      Parameters:
      items - Instance of items that are being published.
    • onPublishError

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