Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
org.qtproject.qt.android.QtQuickView.SignalListener< T > Interface Template Reference
+ Collaboration diagram for org.qtproject.qt.android.QtQuickView.SignalListener< T >:

Public Member Functions

void onSignalEmitted (String signalName, T value)
 

Detailed Description

A callback that notifies clients when a signal is emitted from the QML root object.

Definition at line 39 of file QtQuickView.java.

Member Function Documentation

◆ onSignalEmitted()

void org.qtproject.qt.android.QtQuickView.SignalListener< T >.onSignalEmitted ( String signalName,
T value )

Called on the Android UI thread when the signal has been emitted.

Parameters
signalNameliteral signal name
valuethe value delivered by the signal or null if the signal is parameterless

The documentation for this interface was generated from the following file: