Class DownloadSuccess

java.lang.Object
com.cbe.delegate.DownloadSuccess

public class DownloadSuccess extends Object

Convenience type that bundles all parameters passed to method
cbe::delegate::DownloadDelegate::onDownloadSuccess.
  • Constructor Details

    • DownloadSuccess

      public DownloadSuccess(long cPtr, boolean cMemoryOwn)
    • DownloadSuccess

      public DownloadSuccess()
    • DownloadSuccess

      public DownloadSuccess(DefaultCtor arg0)
    • DownloadSuccess

      public DownloadSuccess(Object object, String path)
  • Method Details

    • getCPtr

      public static long getCPtr(DownloadSuccess obj)
    • swigSetCMemOwn

      public void swigSetCMemOwn(boolean own)
    • finalize

      public void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • setObject

      public void setObject(Object value)
    • getObject

      public Object getObject()
    • setPath

      public void setPath(String value)
    • getPath

      public String getPath()