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