Class 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-24, BSD License, Christian Gruen
    • Constructor Detail

      • GUICode

        public GUICode()
    • Method Detail

      • execute

        public abstract void execute​(Object arg)
        Code to be run.
        Parameters:
        arg - argument (can 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