- Enclosing class:
ForeignInitializer<T extends ForeignDowncall<E>,E extends Throwable>
public static interface ForeignInitializer.MissingSymbolsPolicy
The Interface MissingSymbolsPolicy.
-
Method Summary
-
Method Details
-
onMissingSymbols
void onMissingSymbols(String name, List<String> missingDowncallSymbols, List<String> missingUpcallMethods) throws Throwable On missing symbols.- Parameters:
name- the namemissingDowncallSymbols- the missing downcall symbolsmissingUpcallMethods- the missing upcall methods- Throws:
Throwable- the throwable
-