com.ibm.pim.system
Interface PIMProgress


public interface PIMProgress

Interface for the PIMProgress object.

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getProgress()
          Returns the progress.
 void setProgress(int percent)
          Sets the progress.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getProgress

int getProgress()
Returns the progress.

Returns:
the progress.
Throws:
PIMInternalException - If an internal exception occurs.

setProgress

void setProgress(int percent)
Sets the progress.

Parameters:
percent - the value which represents the progress
Throws:
PIMInternalException - If an internal exception occurs.
PIMAuthorizationException - Reserved for future use