Class RemoveDelegate

java.lang.Object
com.cbe.delegate.container.RemoveDelegate

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

  • cbe::Container::remove
  • Constructor Details

    • RemoveDelegate

      public RemoveDelegate(long cPtr, boolean cMemoryOwn)
    • RemoveDelegate

      public RemoveDelegate()
  • Method Details

    • getCPtr

      public static long getCPtr(RemoveDelegate 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()
    • onRemoveSuccess

      public void onRemoveSuccess(long containerId, String name)
      Called upon successful Remove.
      Parameters:
      containerId - Id of the cbe::Container being removed.
      name - Name of container that is being removed.
    • onRemoveError

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