HPE Content Manager SDK 8.3
HP.HPTRIM.SDK.DownloadNotifier Class Referenceabstract
Inheritance diagram for HP.HPTRIM.SDK.DownloadNotifier:
HP.HPTRIM.SDK.DownloadNotifierBase

Public Member Functions

 DownloadNotifier (Database db)
 
abstract void onDownloadBegin (string filePath, long bytesSoFar, bool downloadCompleted)
 
abstract void onDownloadProgress (long actualDocSize, long bytesSoFar, bool downloadCompleted)
 
- Public Member Functions inherited from HP.HPTRIM.SDK.DownloadNotifierBase
void Dispose ()
 
 DownloadNotifierBase (Database db)
 
delegate void SwigDelegateDownloadNotifierBase_0 (global::System.IntPtr args)
 
delegate void SwigDelegateDownloadNotifierBase_1 (global::System.IntPtr args)
 

Constructor & Destructor Documentation

HP.HPTRIM.SDK.DownloadNotifier.DownloadNotifier ( Database  db)

Member Function Documentation

abstract void HP.HPTRIM.SDK.DownloadNotifier.onDownloadBegin ( string  filePath,
long  bytesSoFar,
bool  downloadCompleted 
)
pure virtual
abstract void HP.HPTRIM.SDK.DownloadNotifier.onDownloadProgress ( long  actualDocSize,
long  bytesSoFar,
bool  downloadCompleted 
)
pure virtual