JavaScript is disabled on your browser.
gnu.jemacs.swt
Class SwtHelper.Resultable
- java.lang.Object
-
- gnu.jemacs.swt.SwtHelper.Resultable
-
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- SwtHelper
public abstract static class SwtHelper.Resultable
extends java.lang.Object
implements java.lang.Runnable
A variant of Runnable to be used in Display.syncExec when the caller
wants to retrive the result.
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
java.lang.Object |
result |
-
Constructor Summary
Constructors
| Constructor and Description |
Resultable () |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Runnable
run
-
-
Constructor Detail
-
Resultable
public Resultable()