99100101102103104105
/** * @jshide */ public boolean invokeLater(Callable function) { return invokeLater(new RunnableCallable(function, this)); }