org.geotools.feature
Interface CollectionListener

All Known Subinterfaces:
FeatureIndex

public interface CollectionListener

Interface to be implemented by all listeners of CollectionEvents.

Version:
$Id: CollectionListener.java 30642 2008-06-12 17:52:06Z acuster $
Author:
Ray Gallagher

Method Summary
 void collectionChanged(CollectionEvent tce)
          Gets called when a CollectionEvent is fired.
 

Method Detail

collectionChanged

void collectionChanged(CollectionEvent tce)
Gets called when a CollectionEvent is fired. Typically fired to signify that a change has occurred in the collection.

Parameters:
tce - The CollectionEvent


Copyright © 1996-2010 Geotools. All Rights Reserved.