public interface IConverterListener
Modifier and Type | Method and Description |
---|---|
void |
completed()
This method will be called as soon as conversion completed.
|
void |
progress(byte current)
This method will be called each time when conversion progress changed.
|
void |
started()
This method will be called as soon as actual conversion started.
|
void started()
void progress(byte current)
current
- Current conversion progress in percentagevoid completed()