PDFreactor API

com.realobjects.pdfreactor.events
Interface ProgressEvent


public interface ProgressEvent

This interface defines a continuous progress event during PDF creation.


Method Summary
 String getDescription()
          The description of the current progress step.
 int getProgressEndValue()
          Returns the endValue the progress value will finally reach upon completion.
 int getProgressValue()
          Returns the current progress value.
 

Method Detail

getProgressValue

public int getProgressValue()
Returns the current progress value.

Returns:
the progress value

getProgressEndValue

public int getProgressEndValue()
Returns the endValue the progress value will finally reach upon completion.

Returns:
the progress end value.

getDescription

public String getDescription()
The description of the current progress step.

Returns:
the description.

PDFreactor API

This doc was generated on 2008-07-07. Copyright © 2002-2006 RealObjects GmbH. All Rights Reserved.