Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.deploy.hot
Interface HotDeployListener

All Known Implementing Classes:
BaseHotDeployListener, PluginIntegrationTestHotDeployListener

public interface HotDeployListener


Method Summary
 void invokeDeploy(HotDeployEvent event)
           
 void invokeUndeploy(HotDeployEvent event)
           
 

Method Detail

invokeDeploy

void invokeDeploy(HotDeployEvent event)
                  throws HotDeployException
Throws:
HotDeployException

invokeUndeploy

void invokeUndeploy(HotDeployEvent event)
                    throws HotDeployException
Throws:
HotDeployException

Liferay 6.1.2-ce-ga3