Module qtjambi
Package io.qt.core

Interface QMetaObject.ArgChecker2<A,B>

Type Parameters:
A - The type of the first argument.
B - The type of the second argument.
Enclosing class:
QMetaObject

public static interface QMetaObject.ArgChecker2<A,B>
An interface for testing signal emits with two arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(A a, B b)
     
  • Method Details

    • check

      void check(A a, B b)