org.dishevelled.observable.event
Interface CollectionChangeListener<E>

Type Parameters:
E - collection element type
All Superinterfaces:
EventListener

public interface CollectionChangeListener<E>
extends EventListener

A listener that receives notification of changes made to an observable collection.

Version:
$Revision$ $Date$
Author:
Michael Heuer

Method Summary
 void collectionChanged(CollectionChangeEvent<E> e)
          Notify this listener that a change has been made to the observable collection.
 

Method Detail

collectionChanged

void collectionChanged(CollectionChangeEvent<E> e)
Notify this listener that a change has been made to the observable collection.

Parameters:
e - collection change event


Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).