jruby/docs BETA
org.eclipse.swt 5
C SWT
C SWTError
C SWTException
I SwtCallable
I SwtRunnable
SwtCallable — members 1
M call() V

org.eclipse.swt.SwtCallable

interface abstract 1 members

A method that returns a result and may throw a checked exception of the given type.

Instance Methods

call

V call ( )
Java: call()

Computes a value, or throws an exception.

Returns: the result

Throws

E the Exception of given type