| Interface | Description |
|---|---|
| AsyncExceptionListener |
Asynchronous exception listener.
|
| Callback<Value> |
Piece of functionality executed after some asynchronous logic completion.
|
| Configurable |
A configurable instance can be configured with a
Config object. |
| Event |
Generic event interface.
|
| Handler<Value,Argument> |
Generic logic that process an argument and return a value.
|
| InstanceInvocationHandler<T> |
Extension of Java Proxy invocation handler specialized on wrapping instances.
|
| Looper |
A looper is one that makes loops.
|
| ManagedLifeCycle |
A managed life cycle covers instance creation, post-construction and pre-destroying.
|
| ManagedPostConstruct |
Hook executed after managed instance was created, initialized and configured.
|
| ManagedPreDestroy |
Hook executed just before managed instance destruction.
|
| NamedInstance |
Identify an instance by its name in a context where multiple instances of the same type could exists.
|
| Predicate |
Generic predicate evaluator.
|
| Class | Description |
|---|---|
| AbstractLooper |
Base looper implementation takes care of looper thread life cycle.
|
| AsyncTask<Value> |
Asynchronous tasks that may return a value.
|
| Config |
Generic configuration object with XML like structure.
|
| ConfigBuilder |
Configuration object builder.
|
| ConfigBuilder.Loader |
SAX handler for configuration object loading from XML source.
|
| DefaultTrustManager |
Default trust manager accept all client and server certificates.
|
| GAType |
Generic array type with a specified component type.
|
| GType |
Generic type.
|
| IteratorEnumeration<E> |
Convert iterable or iterator interfaces to enumeration.
|
| LooperThread |
Thread that executes
Looper.loop() with optional iteration period. |
| Pair |
Immutable pair of string values.
|
| PairsList |
Immutable list of string pairs.
|
| VarArgs<T> |
Wrapper for variable arguments used by reflexive method invocation.
|
| Exception | Description |
|---|---|
| ConfigException |
Configuration object is not well formed or is not valid.
|
| IllegalArgumentException |
Extends Java illegal argument exception with constructors for formatted messages.
|
| InvocationException |
Unchecked alternative for Java invocation target exception.
|
| NoProviderException |
No run-time service provider found for requested service interface.
|
| NoSuchBeingException |
Thrown when class, method or field cannot be reflexively found or an expected entity is missing.
|
| SyntaxException |
Thrown whenever a parser encounter illegal syntax.
|
| Error | Description |
|---|---|
| BugError |
Thrown for conditions that are clearly out of normal code logic, that is, very likely to be a bug.
|
Copyright © 2018. All rights reserved.