public abstract class GUICode extends Object
Constructor and Description |
---|
GUICode() |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(Object arg)
Code to be run.
|
void |
invokeLater()
Invokes the specified thread after all other threads.
|
void |
invokeLater(Object arg)
Invokes the specified thread after all other threads.
|
public abstract void execute(Object arg)
arg
- argument (may be null
)public final void invokeLater()
public final void invokeLater(Object arg)
arg
- optional argumentCopyright © 2005–2015 BaseX Team. All rights reserved.