Module qtjambi
Package io.qt.core

Class QObject.PrivateSignal1<A>

Type Parameters:
A - The type of the single parameter of the signal.
All Implemented Interfaces:
QMetaObject.Signal
Enclosing class:
QObject

public final class QObject.PrivateSignal1<A> extends QMetaObject.AbstractPrivateSignal1<A>
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes one parameter. Private signals do not have an emit method, as they can only be emitted from inside the declaring class.