Uses of Interface
org.eclipse.net4j.util.IErrorHandler

Packages that use IErrorHandler
org.eclipse.net4j.util.concurrent Utility interfaces and classes commonly useful in concurrent programming. 
 

Uses of IErrorHandler in org.eclipse.net4j.util.concurrent
 

Fields in org.eclipse.net4j.util.concurrent declared as IErrorHandler
static IErrorHandler Worker.DEFAULT_ERROR_HANDLER
           
 

Methods in org.eclipse.net4j.util.concurrent that return IErrorHandler
static IErrorHandler Worker.getGlobalErrorHandler()
           
static IErrorHandler Worker.setGlobalErrorHandler(IErrorHandler globalErrorHandler)
           
 

Methods in org.eclipse.net4j.util.concurrent with parameters of type IErrorHandler
static IErrorHandler Worker.setGlobalErrorHandler(IErrorHandler globalErrorHandler)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.