Style Intelligence v12.0

inetsoft.report.event
Class ProgressEvent

java.lang.Object
  extended by inetsoft.report.event.ProgressEvent
All Implemented Interfaces:
Serializable

public class ProgressEvent
extends Object
implements Serializable

ProgressEvent is used to notify interested parties the progress of exporting reports.

See Also:
Serialized Form

Constructor Summary
ProgressEvent(Object source, int n)
          Construct a ProgressEvent object.
 
Method Summary
 int getCurrent()
          Get the currently processed index.
 Object getSource()
          Get the Object that is the source of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressEvent

public ProgressEvent(Object source,
                     int n)
Construct a ProgressEvent object.

Parameters:
source - the Object that is the source of the event, typically this
Method Detail

getSource

public Object getSource()
Get the Object that is the source of the event.

Returns:
the source of the event

getCurrent

public int getCurrent()
Get the currently processed index.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.