public class DeployListenerAdapter<E extends ScopeModel> extends Object implements DeployListener<E>
| 构造器和说明 |
|---|
DeployListenerAdapter() |
public void onStarting(E scopeModel)
onStarting 在接口中 DeployListener<E extends ScopeModel>public void onStarted(E scopeModel)
onStarted 在接口中 DeployListener<E extends ScopeModel>public void onStopping(E scopeModel)
onStopping 在接口中 DeployListener<E extends ScopeModel>public void onStopped(E scopeModel)
onStopped 在接口中 DeployListener<E extends ScopeModel>public void onFailure(E scopeModel, Throwable cause)
onFailure 在接口中 DeployListener<E extends ScopeModel>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.