Class GUICode

java.lang.Object
org.basex.gui.layout.GUICode

public abstract class GUICode extends Object
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 Details

    • GUICode

      public GUICode()
  • Method Details

    • execute

      public abstract void execute(Object arg)
      Code to be run.
      Parameters:
      arg - argument (may be null)
    • invokeLater

      public final void invokeLater()
      Invokes the specified thread after all other threads.
    • invokeLater

      public final void invokeLater(Object arg)
      Invokes the specified thread after all other threads.
      Parameters:
      arg - optional argument