public abstract class ApplicationVersionLifecycleListener extends Object
ApplicationVersionLifecycleEvent.isOwnVersion method.| Modifier and Type | Method and Description | 
|---|---|
void | 
postDelete(ApplicationVersionLifecycleEvent evt)
Invoked after an application version is deleted. 
 | 
void | 
postDeploy(ApplicationVersionLifecycleEvent evt)
Invoked after an application version is deployed successfully. 
 | 
void | 
preDeploy(ApplicationVersionLifecycleEvent evt)
Invoked when an application version deploy or redeploy operation
 is initiated. 
 | 
void | 
preUndeploy(ApplicationVersionLifecycleEvent evt)
Invoked when an application version undeploy operation is initiated. 
 | 
public void preDeploy(ApplicationVersionLifecycleEvent evt) throws ApplicationException
evt - The application version lifecycle eventApplicationException - if the recipient wishes to 
         veto the current deploy or redeploy operation.public void postDeploy(ApplicationVersionLifecycleEvent evt)
evt - The application version lifecycle eventpublic void preUndeploy(ApplicationVersionLifecycleEvent evt) throws ApplicationException
evt - The application version lifecycle eventApplicationException - if the recipient wishes to 
         veto the current undeploy operation.public void postDelete(ApplicationVersionLifecycleEvent evt)
evt - The application version lifecycle event