Package org.basex.gui.layout
Class GUICode
java.lang.Object
org.basex.gui.layout.GUICode
This class can be overwritten to define code snippets that are to be evaluated
after all pending events.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidCode to be run.final voidInvokes the specified thread after all other threads.final voidinvokeLater(Object arg) Invokes the specified thread after all other threads.
-
Constructor Details
-
GUICode
public GUICode()
-
-
Method Details
-
execute
Code to be run.- Parameters:
arg- argument (may benull)
-
invokeLater
public final void invokeLater()Invokes the specified thread after all other threads. -
invokeLater
Invokes the specified thread after all other threads.- Parameters:
arg- optional argument
-