|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INativeFunction
The representation of a native function.
Method Summary | ||
---|---|---|
|
invoke(Class<T> returnType,
Object... objects)
Invoke the native function. |
Method Detail |
---|
<T> T invoke(Class<T> returnType, Object... objects)
returnType
- The expected return type.objects
- The arguments to the function
|
intarsys nativeC library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |