public interface ICopyProgressMonitor
Modifier and Type | Method | Description |
---|---|---|
void |
blocksize(int size) |
A method which MAY be called to inform the monitor of the block size
|
void |
complete() |
|
void |
failure() |
|
void |
progress(long bytes) |
|
void |
size(long bytes) |
A method which MAY be called to inform the monitor of the total size
|
void |
start() |
void size(long bytes)
bytes
- void start()
void blocksize(int size)
size
- void progress(long bytes)
void failure()
void complete()
Copyright © 2018. All rights reserved.