com.liferay.portal.kernel.portlet
Interface PortletLayoutListener


public interface PortletLayoutListener

View Source

Author:
Brian Wing Shun Chan

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

Method Detail

onAddToLayout

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

onMoveInLayout

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

onRemoveFromLayout

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