org.jtoolkit.essence.data
Interface Store.StoreListener<K,V>

All Superinterfaces:
Event.Listener
Enclosing interface:
Store<K,V>

public static interface Store.StoreListener<K,V>
extends Event.Listener

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

onUpdate

void onUpdate(@NotNull
              K key,
              @NotNull
              V value)

onRemoved

void onRemoved(@NotNull
               K key,
               @NotNull
               V value)


Copyright © Peter Lawrey. All Rights Reserved.