org.apache.pivot.collections
Interface MapListListener<K,V>


public interface MapListListener<K,V>

Map list listener interface.


Method Summary
 void sourceChanged(MapList<K,V> mapList, Map<K,V> previousSource)
          Called when a map list's source has changed.
 

Method Detail

sourceChanged

void sourceChanged(MapList<K,V> mapList,
                   Map<K,V> previousSource)
Called when a map list's source has changed.

Parameters:
mapList -
previousSource -