[jboss-user] [jBPM] - Re: event listeners

Esteban Aliverti do-not-reply at jboss.com
Thu Jun 9 16:53:52 EDT 2011


Esteban Aliverti [http://community.jboss.org/people/eaa] created the discussion

"Re: event listeners"

To view the discussion, visit: http://community.jboss.org/message/609518#609518

--------------------------------------------------------------
jBPM version? 
In jBPM5 would be smoething like:


kstateful.addEventListener(new ProcessEventListener() {
 
 
            public void beforeProcessStarted(ProcessStartedEvent event) {
            }
 
 
            public void afterProcessStarted(ProcessStartedEvent event) {
            }
 
 
            public void beforeProcessCompleted(ProcessCompletedEvent event) {
            }
 
 
            public void afterProcessCompleted(ProcessCompletedEvent event) {
            }
 
 
            public void beforeNodeTriggered(ProcessNodeTriggeredEvent event) {
            }
 
 
            public void afterNodeTriggered(ProcessNodeTriggeredEvent event) {
            }
 
 
            public void beforeNodeLeft(ProcessNodeLeftEvent event) {
            }
 
 
            public void afterNodeLeft(ProcessNodeLeftEvent event) {
            }
 
 
            public void beforeVariableChanged(ProcessVariableChangedEvent event) {
            }
 
 
            public void afterVariableChanged(ProcessVariableChangedEvent event) {
            }
        });
 
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/609518#609518]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110609/15858f68/attachment.html 


More information about the jboss-user mailing list