Skip to main content

LooperThread

Complete API reference for LooperThread, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class LooperThread

Constructors

SignatureDescription
LooperThread()Creates a new instance of LooperThread.

Methods

SignatureReturnsDescription
start()voidExecutes start and returns after the underlying engine call finishes.
stop()voidExecutes stop and returns after the underlying engine call finishes.
execute(Runnable)voidExecutes execute and returns after the underlying engine call finishes.