org.jbpm.jpdl.internal.activity
Class MailListener

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

public class MailListener
extends java.lang.Object
implements EventListener

Author:
Alejandro Guizar
See Also:
Serialized Form

Constructor Summary
MailListener()
           
 
Method Summary
 UserCodeReference getMailProducerReference()
           
 void notify(EventListenerExecution execution)
           
 void setMailProducerReference(UserCodeReference mailProducer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailListener

public MailListener()
Method Detail

notify

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

getMailProducerReference

public UserCodeReference getMailProducerReference()

setMailProducerReference

public void setMailProducerReference(UserCodeReference mailProducer)


Copyright © 2010 JBoss Community. All Rights Reserved.