Sweet Home 3D 3.4

com.eteks.sweethome3d.model
Interface CollectionListener<T>

All Superinterfaces:
java.util.EventListener

public interface CollectionListener<T>
extends java.util.EventListener

A listener notified when items are added or removed from a collection. T is the type of item stored in the collection.

Author:
Emmanuel Puybaret

Method Summary
 void collectionChanged(CollectionEvent<T> ev)
          Called when an item is added or deleted from a collection.
 

Method Detail

collectionChanged

void collectionChanged(CollectionEvent<T> ev)
Called when an item is added or deleted from a collection.


Sweet Home 3D 3.4

? Copyrights 2006-2011 eTeks - All rights reserved
Distributed under GNU General Public License