Uses of Interface
org.pentaho.platform.api.engine.IExecutionListener

Packages that use IExecutionListener
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.services.runtime   
org.pentaho.platform.engine.services.solution   
 

Uses of IExecutionListener in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine with parameters of type IExecutionListener
 int IRuntimeContext.executeSequence(IActionCompleteListener listener, IExecutionListener execListener, boolean async)
          Executes the action sequence.
 void ISolutionEngine.setlistener(IExecutionListener execListener)
           
 int IRuntimeContext.validateSequence(String sequenceName, IExecutionListener execListener)
          Validates the action sequence for consistency
 

Uses of IExecutionListener in org.pentaho.platform.engine.services.runtime
 

Methods in org.pentaho.platform.engine.services.runtime with parameters of type IExecutionListener
 int RuntimeContext.executeSequence(IActionCompleteListener doneListener, IExecutionListener execListener, boolean async)
           
 int RuntimeContextBase.executeSequence(IActionCompleteListener doneListener, IExecutionListener execListener, boolean async)
           
 int RuntimeContext.executeSequence(IActionSequence sequence, IActionCompleteListener doneListener, IExecutionListener execListener, boolean async)
           
 int RuntimeContext_new.executeSequence(IActionSequence sequence, IActionCompleteListener doneListener, IExecutionListener execListener, boolean async)
           
 int RuntimeContext.validateSequence(String sequenceName, IExecutionListener execListener)
           
 int RuntimeContextBase.validateSequence(String sequenceName, IExecutionListener execListener)
           
 

Uses of IExecutionListener in org.pentaho.platform.engine.services.solution
 

Methods in org.pentaho.platform.engine.services.solution with parameters of type IExecutionListener
static ISolutionEngine SolutionHelper.execute(String description, IPentahoSession session, String actionSequence, Map parameters, OutputStream outputStream, IExecutionListener execListener, boolean collateMessages, boolean manageHibernate)
          Runs an action sequence.
 void SolutionEngine.setlistener(IExecutionListener execListener)