Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.portlet
Interface PortletLayoutListener


public interface PortletLayoutListener


Method Summary
 void onAddToLayout(String portletId, long plid)
           
 void onMoveInLayout(String portletId, long plid)
           
 void onRemoveFromLayout(String portletId, long plid)
           
 

Method Detail

onAddToLayout

void onAddToLayout(String portletId,
                   long plid)
                   throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

onMoveInLayout

void onMoveInLayout(String portletId,
                    long plid)
                    throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

onRemoveFromLayout

void onRemoveFromLayout(String portletId,
                        long plid)
                        throws PortletLayoutListenerException
Throws:
PortletLayoutListenerException

Liferay 6.1.2-ce-ga3