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)
|
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 |
ProgressEvent
public ProgressEvent(java.lang.Object source,
java.lang.Double value,
java.lang.String description)
getValue
public java.lang.Double getValue()
getDescription
public java.lang.String getDescription()