java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QRunnable.Impl
- All Implemented Interfaces:
QRunnable
,QtObjectInterface
,Runnable
- Enclosing interface:
- QRunnable
public abstract static class QRunnable.Impl extends QtObject implements QRunnable, Runnable
Implementor class for interface QRunnable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.core.QRunnable
QRunnable.Impl, QRunnable.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
See QRunnable::protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
autoDelete()
See QRunnable::abstract void
run()
See QRunnable::void
setAutoDelete(boolean _autoDelete)
See QRunnable::
-
Constructor Details
-
Impl
public Impl()See QRunnable::
-
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
autoDelete
See QRunnable::
- Specified by:
autoDelete
in interfaceQRunnable
-
setAutoDelete
See QRunnable::
- Specified by:
setAutoDelete
in interfaceQRunnable
-
run
See QRunnable::
-