com.gisgraphy.domain.geoloc.entity.event
Class GisFeaturesEvent

java.lang.Object
  extended by com.gisgraphy.domain.geoloc.entity.event.GisFeaturesEvent
All Implemented Interfaces:
IEvent, IGisRepositoryEvent
Direct Known Subclasses:
GisFeatureDeleteAllEvent

public class GisFeaturesEvent
extends Object
implements IGisRepositoryEvent

Event that occurred on several GisFeatures

Author:
David Masclet
See Also:
GisFeatureEvent

Constructor Summary
GisFeaturesEvent(List<? extends GisFeature> gisFeatures)
          Default constructor
 
Method Summary
 List<? extends GisFeature> getGisFeatures()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GisFeaturesEvent

public GisFeaturesEvent(List<? extends GisFeature> gisFeatures)
Default constructor

Parameters:
gisFeatures - The GisFeatures the current event refers to
Method Detail

getGisFeatures

public List<? extends GisFeature> getGisFeatures()
Returns:
The GisFeatures the current event refers to


Copyright © 2012. All Rights Reserved.