See: Description
| Interface | Description |
|---|---|
| BasicNotifierImpl.EObservableAdapterList |
An interface implemented by
adapter lists
that allows listeners to observe adapters being added and removed. |
| BasicNotifierImpl.EObservableAdapterList.Listener |
An interface implemented by clients wishing to observe
adapters being added and removed from an adapter lists. |
| BasicNotifierImpl.EScannableAdapterList |
An interface implemented by an adapter list that supports direct adapter lookup based on type,
i.e., that directly and very efficiently implements the equivalent of the follow logic.
|
| Class | Description |
|---|---|
| AdapterFactoryImpl |
An extensible adapter factory implementation.
|
| AdapterImpl |
An extensible adapter implementation.
|
| BasicNotifierImpl |
An extensible notifier implementation.
|
| BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter> | |
| DelegatingNotifyingListImpl<E> |
An extensible implementation of a notifying list that delegates to a backing list.
|
| NotificationChainImpl |
A list that acts as a notification chain.
|
| NotificationImpl |
An extensible notification implementation.
|
| NotifierImpl |
An extensible notifier implementation.
|
| NotifyingListImpl<E> |
An extensible implementation of a notifying list.
|
| SingletonAdapterImpl |
An alternate, extensible adapter implementation that is well suited to adapt for a number of objects
(typically all objects of a given type).
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature