Interface ICoreRunnable

All Known Subinterfaces:
IWorkspaceRunnable
All Known Implementing Classes:
CheckConditionsOperation, CreateChangeOperation, PerformChangeOperation, PerformRefactoringHistoryOperation, PerformRefactoringOperation, RunToLineHandler

public interface ICoreRunnable
A functional interface for a runnable that can be cancelled and can report progress using the progress monitor passed to the run(IProgressMonitor) method.

Clients may implement this interface.

Since:
3.8
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes this runnable.