com.openexchange.admin.taskmanagement
Interface ProgressCallable<V>

All Superinterfaces:
Callable<V>

public interface ProgressCallable<V>
extends Callable<V>

An interface which extends the standard Callable interface by an ability to get the progress of the job

Author:
d7

Method Summary
 int getProgressPercentage()
           
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Method Detail

getProgressPercentage

int getProgressPercentage()