public interface ProgressMonitor
Modifier and Type | Method and Description |
---|---|
int |
getCompletedPercent()
Returns completed percentage value of monitored operation.
|
void |
notifyBegin()
Called when monitored operation starts.
|
void |
notifyEnd()
Called when monitored operation has finished.
|
void |
notifyProgress(int completedPercent)
Called when monitored operation makes progress.
|
int getCompletedPercent()
void notifyBegin()
void notifyProgress(int completedPercent)
void notifyEnd()
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.