Interface IWorkspaceRunnable

All Superinterfaces:
ICoreRunnable
All Known Implementing Classes:
CheckConditionsOperation, CreateChangeOperation, PerformChangeOperation, PerformRefactoringHistoryOperation, PerformRefactoringOperation, RunToLineHandler

public interface IWorkspaceRunnable extends ICoreRunnable
This interface is structurally equivalent to ICoreRunnable. New code should use ICoreRunnable instead of IWorkspaceRunnable.

Clients may implement this interface.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes this runnable.