public class NativeLookup extends Object
Modifier and Type | Method and Description |
---|---|
static NativeInterface |
create(Class c)
Creates an instance of the given native interface and returns it for
user callbacks.
|
static void |
register(Class ni,
Class cls)
Do NOT invoke this method.
|
public static NativeInterface create(Class c)
c
- the class of the NativeInterface sub interface