org.topbraid.sparqlmotion.engine
Interface IExecutionEngine

All Known Implementing Classes:
AbstractExecutionEngine, ExecutionEngine

public interface IExecutionEngine


Method Summary
 void addExecutionListener(IExecutionListener listener)
           
 void execute(org.eclipse.core.runtime.IProgressMonitor monitor)
           
 void removeExecutionListener(IExecutionListener listener)
           
 

Method Detail

addExecutionListener

void addExecutionListener(IExecutionListener listener)

execute

void execute(org.eclipse.core.runtime.IProgressMonitor monitor)
             throws java.lang.Throwable
Throws:
java.lang.Throwable

removeExecutionListener

void removeExecutionListener(IExecutionListener listener)