Liferay 6.1.2-ce-ga3

com.liferay.portlet.assetpublisher
Class AssetPublisherPortletLayoutListener

java.lang.Object
  extended by com.liferay.portlet.assetpublisher.AssetPublisherPortletLayoutListener
All Implemented Interfaces:
PortletLayoutListener

public class AssetPublisherPortletLayoutListener
extends Object
implements PortletLayoutListener


Constructor Summary
AssetPublisherPortletLayoutListener()
           
 
Method Summary
 void onAddToLayout(String portletId, long plid)
           
 void onMoveInLayout(String portletId, long plid)
           
 void onRemoveFromLayout(String portletId, long plid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetPublisherPortletLayoutListener

public AssetPublisherPortletLayoutListener()
Method Detail

onAddToLayout

public void onAddToLayout(String portletId,
                          long plid)
Specified by:
onAddToLayout in interface PortletLayoutListener

onMoveInLayout

public void onMoveInLayout(String portletId,
                           long plid)
Specified by:
onMoveInLayout in interface PortletLayoutListener

onRemoveFromLayout

public void onRemoveFromLayout(String portletId,
                               long plid)
                        throws PortletLayoutListenerException
Specified by:
onRemoveFromLayout in interface PortletLayoutListener
Throws:
PortletLayoutListenerException

Liferay 6.1.2-ce-ga3