org.eclipse.swtbot.swt.finder.results
Interface Result<T>

Type Parameters:
T - the type.
All Known Subinterfaces:
BoolResult, IntResult, ListResult<E>, StringResult, WidgetResult<T>
All Known Implementing Classes:
NextWidgetFinder, PreviousWidgetFinder, ReflectionInvoker, WidgetIndexFinder

public interface Result<T>

A runnable that returns an object of type T.

Since:
2.0
Version:
$Id$
Author:
Ketan Padegaonkar <KetanPadegaonkar [at] gmail [dot] com>

Method Summary
 T run()
           
 

Method Detail

run

T run()
Returns:
an object of type T.