|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.util.RemovalListenerService
fr.paris.lutece.plugins.crm.service.listener.CRMUserModificationListenerService
public class CRMUserModificationListenerService
Service to manage listeners of modifications on CRMUsers objects
Method Summary | |
---|---|
static CRMUserModificationListenerService |
getService()
Get the instance of the service |
void |
notifyListeners(CRMUser crmUser,
String strEventName)
Notify listeners with a CRM user. |
void |
registerListener(IListener<CRMUser> listener)
Register a new Removal listener |
Methods inherited from class fr.paris.lutece.portal.service.util.RemovalListenerService |
---|
checkForRemoval, registerListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CRMUserModificationListenerService getService()
public void registerListener(IListener<CRMUser> listener)
listener
- The listener to registerpublic void notifyListeners(CRMUser crmUser, String strEventName)
crmUser
- The user to send to listenersstrEventName
- Name of the event that caused the notification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |