Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Class DDMStructureModelListener

java.lang.Object
  extended by com.liferay.portal.model.BaseModelListener<DDMStructure>
      extended by com.liferay.portlet.journal.model.DDMStructureModelListener
All Implemented Interfaces:
ModelListener<DDMStructure>

public class DDMStructureModelListener
extends BaseModelListener<DDMStructure>


Constructor Summary
DDMStructureModelListener()
           
 
Method Summary
 void onBeforeRemove(DDMStructure ddmStructure)
           
 
Methods inherited from class com.liferay.portal.model.BaseModelListener
onAfterAddAssociation, onAfterCreate, 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

DDMStructureModelListener

public DDMStructureModelListener()
Method Detail

onBeforeRemove

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

Liferay 6.2-ce-ga5