com.liferay.portal.kernel.portlet
Interface PortletLayoutListener
- public interface PortletLayoutListener
View Source
- Author:
- Brian Wing Shun Chan
onAddToLayout
public void onAddToLayout(java.lang.String portletId,
long plid)
throws PortletLayoutListenerException
- Throws:
PortletLayoutListenerException
onMoveInLayout
public void onMoveInLayout(java.lang.String portletId,
long plid)
throws PortletLayoutListenerException
- Throws:
PortletLayoutListenerException
onRemoveFromLayout
public void onRemoveFromLayout(java.lang.String portletId,
long plid)
throws PortletLayoutListenerException
- Throws:
PortletLayoutListenerException