Interface QtSignalListener<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback that notifies clients when a signal is emitted from the QML component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSignalEmitted
(String signalName, T value) Called on the Android UI thread when the signal has been emitted.
-
Method Details
-
onSignalEmitted
-