org.jbpm.kie.services.impl.event
Class DeploymentEvent
java.lang.Object
org.jbpm.kie.services.impl.event.DeploymentEvent
public class DeploymentEvent
- extends Object
Constructor Summary |
DeploymentEvent(String deploymentId,
org.kie.internal.deployment.DeployedUnit deployedUnit)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentEvent
public DeploymentEvent(String deploymentId,
org.kie.internal.deployment.DeployedUnit deployedUnit)
getDeployedUnit
public org.kie.internal.deployment.DeployedUnit getDeployedUnit()
setDeployedUnit
public void setDeployedUnit(org.kie.internal.deployment.DeployedUnit deployedUnit)
getDeploymentId
public String getDeploymentId()
setDeploymentId
public void setDeploymentId(String deploymentId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.