Uses of Class
com.luciad.view.lightspeed.services.asynchronous.TLspTaskExecutorRunnable
Packages that use TLspTaskExecutorRunnable
-
Uses of TLspTaskExecutorRunnable in com.luciad.view.lightspeed.services.asynchronous
Methods in com.luciad.view.lightspeed.services.asynchronous that return TLspTaskExecutorRunnableModifier and TypeMethodDescriptionTLspTaskExecutorEvent.getRunnable()
Gets the task that is associated with this event.Methods in com.luciad.view.lightspeed.services.asynchronous with parameters of type TLspTaskExecutorRunnableModifier and TypeMethodDescriptionILspTaskExecutor.execute
(TLspTaskExecutorRunnable aTaskExecutorRunnable) Schedules the suppliedRunnable
for execution.Constructors in com.luciad.view.lightspeed.services.asynchronous with parameters of type TLspTaskExecutorRunnableModifierConstructorDescriptionTLspTaskExecutorEvent
(TLspTaskExecutorRunnable aRunnable, long aTimeTaken, int aOtherTaskCount, TLspTaskExecutorEvent.Type aType, Throwable aThrowable) Creates a task executor event with the given parameters