| Modifier and Type | Class and Description |
|---|---|
class |
CallbackList<CALLBACKTYPE extends ICallback>
This class manages a list of callbacks.
|
interface |
ICallbackList<CALLBACKTYPE extends ICallback>
Read-only interface for a list of
ICallback objects |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IChangeCallback<DATATYPE>
Simple notification interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExceptionCallback<EXTYPE extends Throwable>
Callback interface to handle thrown exception objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectingExceptionCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores the last exception. |
class |
CollectingExceptionListCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores all exceptions. |
class |
DoNothingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
swallows all exceptions and does nothing. |
class |
LoggingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
logs all exceptions to a standard logger. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IThreadDeadlockCallback
This is called whenever a problem with threads is detected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingThreadDeadlockCallback
A logging implementation of
IThreadDeadlockCallback. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHierarchyVisitorCallback<DATATYPE>
Base interface with callbacks for visiting a hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHierarchyVisitorCallback<DATATYPE>
The default implementation of the
IHierarchyVisitorCallback interface
doing nothing except counting levels. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileOperationCallback
Callback interface for
FileOperationManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileOperationCallback
Default implementation of
IFileOperationCallback doing nothing. |
class |
LoggingFileOperationCallback
A logging implementation of the
IFileOperationCallback interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileMonitorCallback
Listens for changes to a file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFileMonitorCallback
Default empty implementation of
IFileMonitorCallback |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStatisticsVisitorCallback
Callback interface for visiting statistics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStatisticsVisitorCallback
Default implementation of the
IStatisticsVisitorCallback interface
that does nothing. |
class |
StatisticsVisitorCallbackToXML
Special implementation of the
IStatisticsVisitorCallback interface
that fills a micro element with all current values |
| Modifier and Type | Class and Description |
|---|---|
static class |
TreeVisitor.HierarchyVisitorCallbackWithConversion<ITEMTYPE,DATATYPE> |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLLoggingExceptionCallback
A special version of the
LoggingExceptionCallback that handles the
most common XML exceptions in a nice way :) |
Copyright © 2014–2015 Philip Helger. All rights reserved.