Module qtjambi
Package io.qt.core

Class QObject.Signal1<A>

Type Parameters:
A - The type of the single parameter of the signal.
Enclosing class:
QObject

public final class QObject.Signal1<A>
extends QMetaObject.AbstractPublicSignal1<A>
Declare and instantiate a field of this class in your QObject subclass to declare a signal that takes one parameter.