Uses of Class
org.autogui.base.mapping.GuiMappingContext.DelayedTask
Packages that use GuiMappingContext.DelayedTask
-
Uses of GuiMappingContext.DelayedTask in org.autogui.base.mapping
Fields in org.autogui.base.mapping with type parameters of type GuiMappingContext.DelayedTaskModifier and TypeFieldDescriptionprotected ScheduledTaskRunner
<GuiMappingContext.DelayedTask> GuiMappingContext.delayedTaskRunner
protected Consumer
<List<GuiMappingContext.DelayedTask>> GuiMappingContext.DelayedTask.task
Methods in org.autogui.base.mapping that return types with arguments of type GuiMappingContext.DelayedTaskModifier and TypeMethodDescriptionGuiMappingContext.getDelayedTaskRunner()
task runner for deferring frequent events and dispatching with accumulated eventsMethod parameters in org.autogui.base.mapping with type arguments of type GuiMappingContext.DelayedTaskModifier and TypeMethodDescriptionvoid
GuiMappingContext.executeAccumulated
(List<GuiMappingContext.DelayedTask> list) void
GuiMappingContext.DelayedTask.run
(List<GuiMappingContext.DelayedTask> accumulatedTasks) Constructor parameters in org.autogui.base.mapping with type arguments of type GuiMappingContext.DelayedTaskModifierConstructorDescriptionDelayedTask
(GuiTaskClock taskClock, Object taskType, Consumer<List<GuiMappingContext.DelayedTask>> task)