Uses of Interface
com._1c.g5.aef2.engines.IRunnableQueue
-
Packages that use IRunnableQueue Package Description com._1c.g5.aef2.components com._1c.g5.aef2.engines com._1c.g5.aef2.models -
-
Uses of IRunnableQueue in com._1c.g5.aef2.components
Methods in com._1c.g5.aef2.components that return IRunnableQueue Modifier and Type Method Description protected IRunnableQueue
Component. getRunnableQueue()
-
Uses of IRunnableQueue in com._1c.g5.aef2.engines
Subinterfaces of IRunnableQueue in com._1c.g5.aef2.engines Modifier and Type Interface Description interface
IEngine
Defines the contract of AEF engine.Classes in com._1c.g5.aef2.engines that implement IRunnableQueue Modifier and Type Class Description class
Engine
AEF engine implementation.Fields in com._1c.g5.aef2.engines declared as IRunnableQueue Modifier and Type Field Description static IRunnableQueue
IRunnableQueue. IMMEDIATE
Runnable queue with the immediate execution of runnables. -
Uses of IRunnableQueue in com._1c.g5.aef2.models
Methods in com._1c.g5.aef2.models that return IRunnableQueue Modifier and Type Method Description protected IRunnableQueue
Model. getRunnableQueue()
-