| Class and Description |
|---|
| AdapterRunnableToCallable
A helper class that converts a
Runnable into an
INonThrowingCallable. |
| AdapterRunnableToCallableWithParameter
A helper class that converts a
INonThrowingRunnableWithParameter into
an INonThrowingCallableWithParameter. |
| AdapterThrowingRunnableToCallable
A helper class that converts a
IThrowingRunnable into an
IThrowingCallable. |
| AdapterThrowingRunnableToCallableWithParameter
A helper class that converts a
IThrowingRunnable into an
IThrowingCallable. |
| IExceptionHandler
Callback interface to handle thrown exception objects.
|
| INonThrowingCallable
Like the
Callable interface but not throwing an
exception! |
| INonThrowingCallableWithParameter
Like the
Callable interface but not throwing an
exception and including a parameter! |
| INonThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| IThrowingCallable
This is the same as the
Callable interface but
following our naming conventions. |
| IThrowingCallableWithParameter
Like the
Callable interface but including a
parameter! |
| IThrowingRunnable
A simple interface that looks like
Runnable but may throw
an exception on its execution. |
| IThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| Class and Description |
|---|
| INonThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| Class and Description |
|---|
| INonThrowingRunnable
A simple interface that looks like
Runnable but follows our
naming conventions. |
| IThrowingRunnable
A simple interface that looks like
Runnable but may throw
an exception on its execution. |
| IThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| Class and Description |
|---|
| INonThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| Class and Description |
|---|
| INonThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| Class and Description |
|---|
| INonThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| Class and Description |
|---|
| IThrowingRunnable
A simple interface that looks like
Runnable but may throw
an exception on its execution. |
| Class and Description |
|---|
| IChangeNotify
Simple notification interface.
|
| Class and Description |
|---|
| IChangeNotify
Simple notification interface.
|
| Class and Description |
|---|
| INonThrowingRunnableWithParameter
Simple callback interface to allow generic iteration with a typed callback
function.
|
| Class and Description |
|---|
| IThrowingRunnable
A simple interface that looks like
Runnable but may throw
an exception on its execution. |
| Class and Description |
|---|
| IExceptionHandler
Callback interface to handle thrown exception objects.
|
| LoggingExceptionHandler
A specific implementation of the
IExceptionHandler interface, that
logs all exceptions to a standard logger. |
Copyright © 2006–2015 phloc systems. All rights reserved.