jmaster.jumploader.model.api.upload
Interface IUploadThreadListener


public interface IUploadThreadListener

IUploadThreadListener


Method Summary
 void uploadThreadFinished(IUploadThread ut, java.lang.Exception error)
          upload thread finished
 void uploadThreadPartitionUploaded(IUploadThread ut)
          partition uploaded
 void uploadThreadStarted(IUploadThread ut)
          upload thread started
 void uploadThreadUploadFinished(IUploadThread ut, IUploadFile uf)
          upload of file finished (the file is still valid)
 void uploadThreadUploadStarted(IUploadThread ut, IUploadFile uf)
          upload of file started
 

Method Detail

uploadThreadStarted

void uploadThreadStarted(IUploadThread ut)
upload thread started


uploadThreadUploadStarted

void uploadThreadUploadStarted(IUploadThread ut,
                               IUploadFile uf)
upload of file started


uploadThreadUploadFinished

void uploadThreadUploadFinished(IUploadThread ut,
                                IUploadFile uf)
upload of file finished (the file is still valid)


uploadThreadFinished

void uploadThreadFinished(IUploadThread ut,
                          java.lang.Exception error)
upload thread finished

Parameters:
error - an error occured, if any

uploadThreadPartitionUploaded

void uploadThreadPartitionUploaded(IUploadThread ut)
partition uploaded