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