Eclipse Platform
Release 3.1

org.eclipse.jface.util
Interface ISafeRunnableRunner


public interface ISafeRunnableRunner

Runs a safe runnables.

Clients may provide their own implementation to change how safe runnables are run from within JFace.

Since:
3.1
See Also:
SafeRunnable.getRunner(), SafeRunnable.setRunner(ISafeRunnableRunner), SafeRunnable.run(ISafeRunnable)

Method Summary
 void run(ISafeRunnable code)
          Runs the runnable.
 

Method Detail

run

public void run(ISafeRunnable code)
Runs the runnable. All ISafeRunnableRunners must catch any exception thrown by the ISafeRunnable and pass the exception to ISafeRunnable.handleException().

See Also:
SafeRunnable.run(ISafeRunnable)

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.