org.granite.client.tide.collections.javafx
Class PagedCollection.WrappedListListChangeListener

java.lang.Object
  extended by org.granite.client.tide.collections.javafx.PagedCollection.WrappedListListChangeListener
All Implemented Interfaces:
javafx.collections.ListChangeListener<E>
Enclosing class:
PagedCollection<E>

public class PagedCollection.WrappedListListChangeListener
extends Object
implements javafx.collections.ListChangeListener<E>


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

Constructor Detail

PagedCollection.WrappedListListChangeListener

public PagedCollection.WrappedListListChangeListener()
Method Detail

onChanged

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