# LiveCode Builder Language ## Android Listener support # [19911] Ensure interface callbacks are executed on engine thread ## Foreign Function Interface * It is now possible to specify the thread to be used in Java-bound foreign handlers. This is done by appending `?` to the end of the binding string. Currently the only supported value is `ui`, for running java on the android UI thread. This has no effect on desktop platforms.