public abstract class SwingExecSync extends Object
Constructor and Description |
---|
SwingExecSync() |
Modifier and Type | Method and Description |
---|---|
abstract void |
code() |
Object |
run()
Is called to activate the code given as over-riding of
code() ,
either immediately or delegated into the swing execution thread. |
public Object result
public abstract void code()
public Object run() throws InterruptedException, InvocationTargetException
code()
,
either immediately or delegated into the swing execution thread.see also the complete user documentation .