org.jbpm.api.listener
Interface EventListener

All Superinterfaces:
java.io.Serializable

public interface EventListener
extends java.io.Serializable

listener to process execution events.

Author:
Tom Baeyens

Method Summary
 void notify(EventListenerExecution execution)
          is invoked when an execution crosses the event on which this listener is registered
 

Method Detail

notify

void notify(EventListenerExecution execution)
            throws java.lang.Exception
is invoked when an execution crosses the event on which this listener is registered

Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.