org.jbpm.jpdl.internal.activity
Class MailListener

java.lang.Object
  extended by org.jbpm.jpdl.internal.activity.MailListener
All Implemented Interfaces:
java.io.Serializable, org.jbpm.api.listener.EventListener

public class MailListener
extends java.lang.Object
implements org.jbpm.api.listener.EventListener

Author:
Alejandro Guizar
See Also:
Serialized Form

Field Summary
protected  org.jbpm.pvm.internal.email.spi.MailProducer mailProducer
           
 
Constructor Summary
MailListener()
           
 
Method Summary
 void notify(org.jbpm.api.listener.EventListenerExecution execution)
           
 void setMailProducer(org.jbpm.pvm.internal.email.spi.MailProducer mailProducer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mailProducer

protected transient org.jbpm.pvm.internal.email.spi.MailProducer mailProducer
Constructor Detail

MailListener

public MailListener()
Method Detail

notify

public void notify(org.jbpm.api.listener.EventListenerExecution execution)
            throws java.lang.Exception
Specified by:
notify in interface org.jbpm.api.listener.EventListener
Throws:
java.lang.Exception

setMailProducer

public void setMailProducer(org.jbpm.pvm.internal.email.spi.MailProducer mailProducer)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.