org.granite.client.persistence.javafx
Class MapChangeListenerWrapper<K,V>

java.lang.Object
  extended by org.granite.client.persistence.javafx.MapChangeListenerWrapper<K,V>
All Implemented Interfaces:
javafx.collections.MapChangeListener<K,V>

public class MapChangeListenerWrapper<K,V>
extends Object
implements javafx.collections.MapChangeListener<K,V>

Author:
William DRAI

Nested Class Summary
 
Nested classes/interfaces inherited from interface javafx.collections.MapChangeListener
javafx.collections.MapChangeListener.Change<K,V>
 
Constructor Summary
MapChangeListenerWrapper(javafx.collections.ObservableMap<K,V> wrappedMap, javafx.collections.MapChangeListener<K,V> wrappedListener)
           
 
Method Summary
 void onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapChangeListenerWrapper

public MapChangeListenerWrapper(javafx.collections.ObservableMap<K,V> wrappedMap,
                                javafx.collections.MapChangeListener<K,V> wrappedListener)
Method Detail

onChanged

public void onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change)
Specified by:
onChanged in interface javafx.collections.MapChangeListener<K,V>