Liferay 7.0-ce-b4

com.liferay.portlet.messageboards.model
Class LayoutModelListener

java.lang.Object
  extended by com.liferay.portal.model.BaseModelListener<Layout>
      extended by com.liferay.portlet.messageboards.model.LayoutModelListener
All Implemented Interfaces:
ModelListener<Layout>

public class LayoutModelListener
extends BaseModelListener<Layout>


Constructor Summary
LayoutModelListener()
           
 
Method Summary
 void onAfterCreate(Layout layout)
           
 void onBeforeRemove(Layout layout)
           
 
Methods inherited from class com.liferay.portal.model.BaseModelListener
onAfterAddAssociation, onAfterRemove, onAfterRemoveAssociation, onAfterUpdate, onBeforeAddAssociation, onBeforeCreate, onBeforeRemoveAssociation, onBeforeUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutModelListener

public LayoutModelListener()
Method Detail

onAfterCreate

public void onAfterCreate(Layout layout)
                   throws ModelListenerException
Specified by:
onAfterCreate in interface ModelListener<Layout>
Overrides:
onAfterCreate in class BaseModelListener<Layout>
Throws:
ModelListenerException

onBeforeRemove

public void onBeforeRemove(Layout layout)
                    throws ModelListenerException
Specified by:
onBeforeRemove in interface ModelListener<Layout>
Overrides:
onBeforeRemove in class BaseModelListener<Layout>
Throws:
ModelListenerException

Liferay 7.0-ce-b4