Module org.autogui

Class GuiMappingContext.DelayedTask

java.lang.Object
org.autogui.base.mapping.GuiMappingContext.DelayedTask
Enclosing class:
GuiMappingContext

public static class GuiMappingContext.DelayedTask extends Object
a task for update propagation. frequently created tasks are aggregated for each task-type getTaskType(). and sorted by each clock getTaskType() and last one is executed run(List) with taking accumulated tasks of same task-type.