org.bdgp.util
Class ProgressEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.bdgp.util.ProgressEvent
All Implemented Interfaces:
java.io.Serializable

public class ProgressEvent
extends java.util.EventObject

An event indicating that some progress has been made

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgressEvent(java.lang.Object source, java.lang.Double value, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Double getValue()
           
 
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(java.lang.Object source,
                     java.lang.Double value,
                     java.lang.String description)
Method Detail

getValue

public java.lang.Double getValue()

getDescription

public java.lang.String getDescription()