Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.core.event
Class ReplySentListener

java.lang.Object
  extended by org.nuxeo.correspondence.core.event.ReplySentListener
All Implemented Interfaces:
org.nuxeo.ecm.core.event.EventListener

public class ReplySentListener
extends Object
implements org.nuxeo.ecm.core.event.EventListener

If the sent mail is a response, this listener updates the replied mail:

Author:
Nicolas Ulrich

Field Summary
static Log log
           
 
Constructor Summary
ReplySentListener()
           
 
Method Summary
 org.nuxeo.ecm.platform.relations.api.RelationManager getRelationManager()
           
 void handleEvent(org.nuxeo.ecm.core.event.Event event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Log log
Constructor Detail

ReplySentListener

public ReplySentListener()
Method Detail

getRelationManager

public org.nuxeo.ecm.platform.relations.api.RelationManager getRelationManager()

handleEvent

public void handleEvent(org.nuxeo.ecm.core.event.Event event)
                 throws org.nuxeo.ecm.core.api.ClientException
Specified by:
handleEvent in interface org.nuxeo.ecm.core.event.EventListener
Throws:
org.nuxeo.ecm.core.api.ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.