Module org.autogui
Package org.autogui.base.mapping
Class GuiMappingContext.ContextExecutorServiceSingleThread
java.lang.Object
org.autogui.base.mapping.GuiMappingContext.ContextExecutorServiceSingleThread
- All Implemented Interfaces:
GuiMappingContext.ContextExecutorService
- Enclosing class:
GuiMappingContext
@Deprecated
public static class GuiMappingContext.ContextExecutorServiceSingleThread
extends Object
implements GuiMappingContext.ContextExecutorService
Deprecated.
a simple executor-service wrapping single-thread executor
by
Executors.newSingleThreadScheduledExecutor(ThreadFactory)
- Since:
- 1.2
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.base.mapping.GuiMappingContext.ContextExecutorService
execute
-
Field Details
-
service
Deprecated.
-
-
Constructor Details
-
ContextExecutorServiceSingleThread
Deprecated. -
ContextExecutorServiceSingleThread
public ContextExecutorServiceSingleThread()Deprecated.
-
-
Method Details
-
submit
Deprecated.Description copied from interface:GuiMappingContext.ContextExecutorService
submit a task v- Specified by:
submit
in interfaceGuiMappingContext.ContextExecutorService
- Type Parameters:
V
- the returned type of the task- Parameters:
v
- submitted task- Returns:
- future of the task
- See Also:
-
shutdown
public void shutdown()Deprecated.Description copied from interface:GuiMappingContext.ContextExecutorService
shut down the service- Specified by:
shutdown
in interfaceGuiMappingContext.ContextExecutorService
- See Also:
-