| Package | Description |
|---|---|
| net.lecousin.framework.collections |
Implementations of collections.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionListener.Keep<T>
Keeps a collection of elements, such as listeners can be added asynchronously.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<Pair<CollectionListener<T>,Task<Void,NoException>>> |
CollectionListener.Keep.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionListener.Keep.addListener(CollectionListener<T> listener)
Add a listener.
|
void |
CollectionListener.Keep.removeListener(CollectionListener<T> listener)
Remove a listener.
|
Copyright © 2019. All rights reserved.