org.gcube.portlets.user.homelibrary.home.task
Interface TaskProgress


public interface TaskProgress

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 long getCompleted()
           
 float getPercentage()
           
 String getProgressMessage()
           
 long getTotal()
           
 

Method Detail

getPercentage

float getPercentage()
Returns:
the task percentage.

getProgressMessage

String getProgressMessage()
Returns:
the task progress message.

getTotal

long getTotal()
Returns:
the task total.

getCompleted

long getCompleted()
Returns:
the task completed.


Copyright © 2013. All Rights Reserved.