public class MyTest extends NativeCallbackSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
StaticString |
| Constructor and Description |
|---|
MyTest() |
MyTest(MyTest myTest) |
MyTest(String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
aMethod() |
String |
getMyString() |
String |
getMyWithArgs(String arg) |
String |
getMyWithArgsList(String... args) |
void |
list(List<String> l) |
void |
performCallback() |
static void |
StaticMethod() |
doCallbackpublic static String StaticString
public MyTest()
public MyTest(MyTest myTest)
public MyTest(String str)
public String getMyString()
public void aMethod()
public static void StaticMethod()
public void performCallback()
Copyright © 2019. All rights reserved.