Uses of Interface
com.teamdev.xpcom.AsyncHandlerFactory

Packages that use AsyncHandlerFactory
com.teamdev.jxbrowser   
com.teamdev.xpcom   
 

Uses of AsyncHandlerFactory in com.teamdev.jxbrowser
 

Methods in com.teamdev.jxbrowser that return AsyncHandlerFactory
 AsyncHandlerFactory WebBrowser.getAsyncHandler()
          Returns current asynchronous operation handler of this browser object
 

Methods in com.teamdev.jxbrowser with parameters of type AsyncHandlerFactory
 void WebBrowser.setAsyncHandler(AsyncHandlerFactory handler)
          Set a handler that will be used for all asynchronous invocations within this browser object.
 

Uses of AsyncHandlerFactory in com.teamdev.xpcom
 

Classes in com.teamdev.xpcom that implement AsyncHandlerFactory
 class DefaultAsyncHandler
          Very basic implementation of both AsyncHandlerFactory and AsyncHandler.
 

Methods in com.teamdev.xpcom that return AsyncHandlerFactory
static AsyncHandlerFactory Xpcom.setGlobalAsyncHandler(AsyncHandlerFactory handlerFactory)
          Defines global asynchronous execution handler facility.
static AsyncHandlerFactory Xpcom.setThreadAsyncHandler(AsyncHandlerFactory handlerFactory)
          Defines asynchronous execution handler facility for this thread.
 

Methods in com.teamdev.xpcom with parameters of type AsyncHandlerFactory
static void Xpcom.invokeLater(java.lang.Runnable runnable, AsyncHandlerFactory handlerFactory)
          Schedule a runnable to run in the event processing thread at some point after the current line of code.
static AsyncHandlerFactory Xpcom.setGlobalAsyncHandler(AsyncHandlerFactory handlerFactory)
          Defines global asynchronous execution handler facility.
static void Xpcom.setNextCallAsyncHandler(AsyncHandlerFactory handlerFactory)
          Define a one-shot asynchronous execution handler.
static AsyncHandlerFactory Xpcom.setThreadAsyncHandler(AsyncHandlerFactory handlerFactory)
          Defines asynchronous execution handler facility for this thread.