Interface HotDeployListener
- All Known Implementing Classes:
BaseHotDeployListener
public interface HotDeployListener
- Author:
- Ivica Cardic, Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvokeDeploy(HotDeployEvent event) voidinvokeUndeploy(HotDeployEvent event)
-
Method Details
-
invokeDeploy
- Throws:
HotDeployException
-
invokeUndeploy
- Throws:
HotDeployException
-