Function tea-autoload-native-function
tea-autoload-native-function functioName nativeCodeFunction
Registers the name of a function to be
automatically loaded the first time it is used.
- Parameters:
- functioName -
A symbol identifying the Tea function that is implemented in
native code.
- nativeCodeFunction -
A string representing the name of the Java class that implements
the function.
-
The tea-autoload-native-function is similar to
tea-autoload but for Tea functions that are
implemented in Java.
Report a bug or request new features
© 2002