public class ProgressEvent extends EventObject
source
Constructor and Description |
---|
ProgressEvent(Object source,
TargetModuleID moduleID,
DeploymentStatus status)
Create a new progress event
|
Modifier and Type | Method and Description |
---|---|
DeploymentStatus |
getDeploymentStatus()
Get the deployment status
|
TargetModuleID |
getTargetModuleID()
Get the target module id
|
getSource, toString
public ProgressEvent(Object source, TargetModuleID moduleID, DeploymentStatus status)
source
- the sourcestatus
- the deployment statusmoduleID
- the module idpublic TargetModuleID getTargetModuleID()
public DeploymentStatus getDeploymentStatus()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.