org.jbpm.sim.jpdl
Interface SimulationHandler


public interface SimulationHandler

If an ActionHandler implements this interface, this method is executed instead of the ActionHandler.execute method. Please note: Even if a action is not configured with 'simulation=skip', the simExecute method is executed, if your ActionHandler implements the this interface.

Author:
bernd.ruecker@camunda.com

Method Summary
 void simExecute(ExecutionContext executionContext)
           
 

Method Detail

simExecute

void simExecute(ExecutionContext executionContext)


Copyright © 2010 JBoss Community. All Rights Reserved.