lapisx.progress
Class ProgressEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bylapisx.progress.ProgressEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BasicProgressGenerator

public class ProgressEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgressEvent(Object source)
           
 
Method Summary
 String getLabel()
           
 int getMaximum()
           
 int getMinimum()
           
 double getPercentComplete()
           
 int getValue()
           
 void setLabel(String lbl)
           
 void setMaximum(int max)
           
 void setMinimum(int min)
           
 void setPercentComplete(double pct)
           
 void setValue(int val)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgressEvent

public ProgressEvent(Object source)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String lbl)

getMinimum

public int getMinimum()

setMinimum

public void setMinimum(int min)

getMaximum

public int getMaximum()

setMaximum

public void setMaximum(int max)

getValue

public int getValue()

setValue

public void setValue(int val)

getPercentComplete

public double getPercentComplete()

setPercentComplete

public void setPercentComplete(double pct)