@NoImplement
public interface DomainBundleDeploymentListenerManager
DeploymentListener are listening for domain bundle deployment notifications.| Modifier and Type | Method and Description |
|---|---|
void |
addDomainBundleDeploymentListener(DeploymentListener listener)
Adds a deployment listener for domain bundles
|
void |
removeDomainBundleDeploymentListener(DeploymentListener listener)
Removes a deployment listener for domain bundles
|
void addDomainBundleDeploymentListener(DeploymentListener listener)
If the listener was added before the operation has no effect.
listener - listener to addvoid removeDomainBundleDeploymentListener(DeploymentListener listener)
If the listener was not added before the operation has no effect.
listener - listener to be removed.Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.