Package generic.timer
Class GhidraTimerFactory
java.lang.Object
generic.timer.GhidraTimerFactory
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GhidraTimer
getGhidraTimer
(int initialDelay, int delay, TimerCallback callback)
-
Constructor Details
-
GhidraTimerFactory
public GhidraTimerFactory()
-
-
Method Details
-
getGhidraTimer
-