public interface DeployListener<E extends ScopeModel>
void
onFailure(E scopeModel, Throwable cause)
onStarted(E scopeModel)
onStarting(E scopeModel)
onStopped(E scopeModel)
onStopping(E scopeModel)
void onStarting(E scopeModel)
void onStarted(E scopeModel)
void onStopping(E scopeModel)
void onStopped(E scopeModel)
void onFailure(E scopeModel, Throwable cause)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.