Package generic.timer

Class GhidraTimerFactory

java.lang.Object
generic.timer.GhidraTimerFactory

public class GhidraTimerFactory extends Object
Creates a new GhidraTimer appropriate for a headed or headless environment.

If running a headed environment, the callback will happen on the Swing thread. Otherwise, the callback will happen on the non-Swing Timer thread.

See also GTimer

  • Constructor Details

    • GhidraTimerFactory

      public GhidraTimerFactory()
  • Method Details