- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
GLDEBUGPROC.Impl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface GLDEBUGPROC
extends QtObjectInterface
Java wrapper for Qt function pointer GLDEBUGPROC
-
Nested Class Summary
Nested Classes
Modifier and Type |
Interface |
Description |
static class |
GLDEBUGPROC.Impl |
|
-
Method Summary
Modifier and Type |
Method |
Description |
void |
call(int source,
int type,
int id,
int severity,
String message) |
|
-
Method Details
-
void call(
int source,
int type,
int id,
int severity,
String message)