JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.naef.jnlua
Interface NamedJavaFunction
All Superinterfaces:
JavaFunction
public interface
NamedJavaFunction
extends
JavaFunction
Provides a named Java function.
Method Summary
Methods
Modifier and Type
Method and Description
String
getName
()
Returns the name of this Java function.
Methods inherited from interface com.naef.jnlua.
JavaFunction
invoke
Method Detail
getName
String
getName()
Returns the name of this Java function.
Returns:
the Java function name
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method