com.liferay.portal.model
Class UserListener

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

public class UserListener
extends com.liferay.portal.model.BaseModelListener<com.liferay.portal.model.User>

View Source

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

Constructor Summary
UserListener()
           
 
Method Summary
 void onAfterUpdate(com.liferay.portal.model.User user)
           
 
Methods inherited from class com.liferay.portal.model.BaseModelListener
onAfterAddAssociation, onAfterCreate, 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

UserListener

public UserListener()
Method Detail

onAfterUpdate

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