com.liferay.portal.model
Class ContactListener

java.lang.Object
  extended by com.liferay.portal.model.BaseModelListener
      extended by com.liferay.portal.model.ContactListener
All Implemented Interfaces:
com.liferay.portal.model.ModelListener

public class ContactListener
extends com.liferay.portal.model.BaseModelListener

View Source

Author:
Scott Lee, Brian Wing Shun Chan, Raymond Augé

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

Constructor Detail

ContactListener

public ContactListener()
Method Detail

onAfterCreate

public void onAfterCreate(com.liferay.portal.model.BaseModel model)
                   throws com.liferay.portal.ModelListenerException
Specified by:
onAfterCreate in interface com.liferay.portal.model.ModelListener
Overrides:
onAfterCreate in class com.liferay.portal.model.BaseModelListener
Throws:
com.liferay.portal.ModelListenerException

onAfterUpdate

public void onAfterUpdate(com.liferay.portal.model.BaseModel model)
                   throws com.liferay.portal.ModelListenerException
Specified by:
onAfterUpdate in interface com.liferay.portal.model.ModelListener
Overrides:
onAfterUpdate in class com.liferay.portal.model.BaseModelListener
Throws:
com.liferay.portal.ModelListenerException