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