Interface ScriptableFunctions.ProxyStringCallback
-
- Enclosing class:
- ScriptableFunctions
@JsFunction public static interface ScriptableFunctions.ProxyStringCallback
Java script FUNCTION callback called to provide a string property.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
call(NativeObject context)
Method of function to be called to provide a string property.
-
-
-
Method Detail
-
call
String call(NativeObject context)
Method of function to be called to provide a string property.- Parameters:
context
- native object as context.- Returns:
- a string property value.
-
-