edu.psu.geovista.app.parvis.gui
Class ProgressEvent
java.lang.Object
java.util.EventObject
edu.psu.geovista.app.parvis.gui.ProgressEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ProgressEvent
- extends java.util.EventObject
- Version:
- Author:
- flo
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Constructor Summary |
ProgressEvent(java.lang.Object source,
int type)
Creates new RenderEvent |
ProgressEvent(java.lang.Object source,
int type,
float progress)
|
ProgressEvent(java.lang.Object source,
int type,
float progress,
java.lang.String message)
|
| 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 |
PROGRESS_START
public static final int PROGRESS_START
- See Also:
- Constant Field Values
PROGRESS_UPDATE
public static final int PROGRESS_UPDATE
- See Also:
- Constant Field Values
PROGRESS_FINISH
public static final int PROGRESS_FINISH
- See Also:
- Constant Field Values
PROGRESS_CANCEL
public static final int PROGRESS_CANCEL
- See Also:
- Constant Field Values
ProgressEvent
public ProgressEvent(java.lang.Object source,
int type)
- Creates new RenderEvent
ProgressEvent
public ProgressEvent(java.lang.Object source,
int type,
float progress)
ProgressEvent
public ProgressEvent(java.lang.Object source,
int type,
float progress,
java.lang.String message)
getType
public int getType()
getTimestamp
public long getTimestamp()
getProgress
public float getProgress()
getMessage
public java.lang.String getMessage()
Copyright © 1996-2003 GeoVista Center. All Rights Reserved.