public class ProgressEvent
extends java.util.EventObject
ProgressListener,
ProgressObject,
Serialized Form| Constructor and Description |
|---|
ProgressEvent(java.lang.Object source,
TargetModuleID targetModuleID,
DeploymentStatus sCode)
Creates a new object representing a deployment
progress event.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatus |
getDeploymentStatus()
Retrieve the status information.
|
TargetModuleID |
getTargetModuleID()
Retrieve the TargetModuleID for this event
|
public ProgressEvent(java.lang.Object source,
TargetModuleID targetModuleID,
DeploymentStatus sCode)
source - the object on which the Event initially occurred.targetModuleID - target module IDsCode - the object containing the status
information.public TargetModuleID getTargetModuleID()
public DeploymentStatus getDeploymentStatus()