|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Store.StoreListener<K,V>
An implmentation can be notified of changes to the Store.
| Method Summary | |
|---|---|
void |
onRemoved(K key,
V value)
|
void |
onUpdate(K key,
V value)
|
| Methods inherited from interface org.jtoolkit.essence.data.Event.Listener |
|---|
onStatusEvent |
| Method Detail |
|---|
void onUpdate(@NotNull
K key,
@NotNull
V value)
void onRemoved(@NotNull
K key,
@NotNull
V value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||