com.liferay.portal.model
Class ContactListener

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

public class ContactListener
extends com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Contact>

View Source

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

Constructor Summary
ContactListener()
           
 
Method Summary
 void onAfterCreate(com.liferay.portal.model.Contact contact)
           
 void onAfterUpdate(com.liferay.portal.model.Contact contact)
           
 
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.Contact contact)
                   throws com.liferay.portal.ModelListenerException
Specified by:
onAfterCreate in interface com.liferay.portal.model.ModelListener<com.liferay.portal.model.Contact>
Overrides:
onAfterCreate in class com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.Contact>
Throws:
com.liferay.portal.ModelListenerException

onAfterUpdate

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