public class ProgressEvent extends EventObject
ProgressListener
,
ProgressObject
,
Serialized Formsource
Constructor and Description |
---|
ProgressEvent(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
|
getSource, toString
public ProgressEvent(Object source, TargetModuleID targetModuleID, DeploymentStatus sCode)
source
- the object on which the Event initially occurred.sCode
- the object containing the status
information.public TargetModuleID getTargetModuleID()
public DeploymentStatus getDeploymentStatus()
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.