- All Superinterfaces:
QtObjectInterface
,Runnable
- All Known Implementing Classes:
QRunnable.Impl
public interface QRunnable extends QtObjectInterface, Runnable
The base class for all runnable objects
Java wrapper for Qt class QRunnable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QRunnable.Impl
Implementor class for interfaceQRunnable
static class
QRunnable.MemberAccess
-
Method Summary
Modifier and Type Method Description default boolean
autoDelete()
static QRunnable
of(Runnable runnable)
void
run()
See QRunnable::run()default void
setAutoDelete(boolean _autoDelete)
-
Method Details