java.lang.Object
io.qt.QtObject
io.qt.core.QPropertyObserverBase
io.qt.core.QPropertyObserver
io.qt.core.QPropertyNotifier
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Java wrapper for Qt class QPropertyNotifier
The QPropertyNotifier class controls the lifecycle of change callback installed on aQProperty
.
QPropertyNotifier is created when registering a callback on a QProperty to listen to changes to the property's value,
using QProperty.addNotifier(Runnable)
.
As long as the notifier is alive i.e. as long as a reference to the QPropertyNotifier instance exists, the callback remains installed.-
Constructor Summary
-
Method Summary
Methods inherited from class io.qt.core.QPropertyObserver
aliasedProperty
Methods inherited from class io.qt.core.QPropertyObserverBase
clone
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QPropertyNotifier
-