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
 void IRuntimeContext.executeSequence(IActionCompleteListener listener, IExecutionListener execListener, boolean async)
          Executes the action sequence.
 void ISolutionEngine.setlistener(IExecutionListener execListener)
           
 void 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
 void RuntimeContext.executeSequence(IActionCompleteListener doneListener, IExecutionListener execListener, boolean async)
           
 void RuntimeContext.executeSequence(IActionSequence sequence, IActionCompleteListener doneListener, IExecutionListener execListener, boolean async)
           
 void RuntimeContext.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)