org.jbpm.pvm.internal.wire.usercode
Class UserCodeEventListener

java.lang.Object
  extended by org.jbpm.pvm.internal.wire.usercode.UserCodeEventListener
All Implemented Interfaces:
java.io.Serializable, EventListener

public class UserCodeEventListener
extends java.lang.Object
implements EventListener

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  UserCodeReference eventListenerReference
           
 
Constructor Summary
UserCodeEventListener()
           
 
Method Summary
 void notify(EventListenerExecution execution)
           
 void setEventListenerReference(UserCodeReference eventListenerReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventListenerReference

protected UserCodeReference eventListenerReference
Constructor Detail

UserCodeEventListener

public UserCodeEventListener()
Method Detail

notify

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

setEventListenerReference

public void setEventListenerReference(UserCodeReference eventListenerReference)


Copyright © 2010 JBoss Community. All Rights Reserved.