org.granite.client.persistence.javafx
Class ListChangeListenerWrapper<T>

java.lang.Object
  extended by org.granite.client.persistence.javafx.ListChangeListenerWrapper<T>
All Implemented Interfaces:
javafx.collections.ListChangeListener<T>

public class ListChangeListenerWrapper<T>
extends Object
implements javafx.collections.ListChangeListener<T>

Author:
William DRAI

Nested Class Summary
 
Nested classes/interfaces inherited from interface javafx.collections.ListChangeListener
javafx.collections.ListChangeListener.Change<E>
 
Constructor Summary
ListChangeListenerWrapper(javafx.collections.ObservableList<T> wrappedList, javafx.collections.ListChangeListener<T> wrappedListener)
           
 
Method Summary
 void onChanged(javafx.collections.ListChangeListener.Change<? extends T> change)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListChangeListenerWrapper

public ListChangeListenerWrapper(javafx.collections.ObservableList<T> wrappedList,
                                 javafx.collections.ListChangeListener<T> wrappedListener)
Method Detail

onChanged

public void onChanged(javafx.collections.ListChangeListener.Change<? extends T> change)
Specified by:
onChanged in interface javafx.collections.ListChangeListener<T>