Interface ProgressStatusCallback
public interface ProgressStatusCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidSignal that the transfer has finished.voidprogressChanged(int progressValue) Signal the changed progress.voidtextChanged(String text) Signal the changed text.
-
Method Details
-
progressChanged
void progressChanged(int progressValue) Signal the changed progress.- Parameters:
progressValue- the new progress value
-
textChanged
Signal the changed text.- Parameters:
text- the new text value
-
actionFinished
void actionFinished()Signal that the transfer has finished.
-