| 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 |
LoggingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
logs all exceptions to a standard logger. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IChangeLogSerializerCallback
Callback for change log serializer read actions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingChangeLogSerializerCallback
Logging implementation of
IChangeLogSerializerCallback. |
| 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 |
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 | Interface and Description |
|---|---|
interface |
IStatisticsVisitorCallback
Callback interface for visiting statistics.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.