Module qtjambi
Package io.qt.core

Class QDeclarableSignals.Signal2<A,B>

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

public static final class QDeclarableSignals.Signal2<A,B> extends QMetaObject.AbstractPublicSignal2<A,B>
Use this signal class to declare a local signal.
  • Constructor Details