gnu.jemacs.swt
Class SwtHelper.Resultable

java.lang.Object
  extended by 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
 java.lang.Object result
           
 
Constructor Summary
SwtHelper.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
 

Field Detail

result

public java.lang.Object result
Constructor Detail

SwtHelper.Resultable

public SwtHelper.Resultable()