com.stimulsoft.report.export
Class StiExportingEventArgs

java.lang.Object
  extended by com.stimulsoft.report.export.StiExportingEventArgs

public class StiExportingEventArgs
extends java.lang.Object

Exporting event arguments Copyright Stimulsoft


Constructor Summary
StiExportingEventArgs(int value, int maximum)
           
 
Method Summary
 int getMaximum()
           
 int getValue()
           
 void setMaximum(int maximum)
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiExportingEventArgs

public StiExportingEventArgs(int value,
                             int maximum)
Method Detail

getMaximum

public int getMaximum()
Returns:
the maximum

setMaximum

public void setMaximum(int maximum)
Parameters:
maximum - the maximum to set

getValue

public int getValue()
Returns:
the value

setValue

public void setValue(int value)
Parameters:
value - the value to set