Interface | Description |
---|---|
Lookup.Provider |
Objects implementing interface Lookup.Provider are capable of
and willing to provide a lookup (usually bound to the object).
|
LookupListener |
General listener for changes in lookup.
|
Class | Description |
---|---|
Lookup |
A general registry permitting clients to find instances of services
(implementation of a given interface).
|
Lookup.Item<T> |
A single item in a lookup result.
|
Lookup.Result<T> |
Result of a lookup request.
|
Lookup.Template<T> |
Template defining a pattern to filter instances by.
|
LookupEvent |
An event describing the change in the lookup's result.
|