javax.enterprise.deploy.spi.status
public class ProgressEvent extends EventObject
See Also: ProgressObject
Constructor Summary | |
---|---|
ProgressEvent(Object source, TargetModuleID targetModuleID, DeploymentStatus sCode)
Creates a new object representing a deployment progress event.
|
Method Summary | |
---|---|
DeploymentStatus | getDeploymentStatus()
Retrieves the status information for this event.
|
TargetModuleID | getTargetModuleID()
Retrieves the TargetModuleID for this event.
|
Parameters: source the object on which the Event initially occurred. targetModuleID the combination of target and module for which the event occured. sCode the object containing the status information.
Returns: the object containing the status information.
Returns: the TargetModuleID