Module qtjambi
Package io.qt.core

Interface QMetaObject.ArgChecker1<A>

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

public static interface QMetaObject.ArgChecker1<A>
An interface for testing signal emits with one argument.
  • Method Summary

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

    • check

      void check(A a)