java.lang.Object
omix.util.ui.ThreadableSlot0
- All Implemented Interfaces:
QMetaObject.AbstractSlot
,QMetaObject.Slot0
,QtObjectInterface
,QtThreadAffineInterface
,Serializable
public class ThreadableSlot0 extends Object implements QtThreadAffineInterface, QtObjectInterface, QMetaObject.Slot0
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ThreadableSlot0(QtThreadAffineInterface threadSuplier, QMetaObject.Slot0 slot)
ThreadableSlot0(T threadSuplier, QMetaObject.Slot0 slot)
-
Method Summary
Modifier and Type Method Description void
dispose()
void
invoke()
boolean
isDisposed()
QThread
thread()
-
Constructor Details
-
Method Details
-
thread
- Specified by:
thread
in interfaceQtThreadAffineInterface
-
invoke
- Specified by:
invoke
in interfaceQMetaObject.Slot0
- Throws:
Throwable
-
dispose
public void dispose()- Specified by:
dispose
in interfaceQtObjectInterface
-
isDisposed
public boolean isDisposed()- Specified by:
isDisposed
in interfaceQtObjectInterface
-