Interface CollectionListener

All Known Subinterfaces:
FeatureIndex

public interface CollectionListener
Interface to be implemented by all listeners of CollectionEvents.
Author:
Ray Gallagher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets called when a CollectionEvent is fired.
  • Method Details

    • 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