com.gisgraphy.domain.geoloc.entity.event
Class GisFeaturesEvent
java.lang.Object
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 GisFeature
s
- Author:
- David Masclet
- See Also:
GisFeatureEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GisFeaturesEvent
public GisFeaturesEvent(List<? extends GisFeature> gisFeatures)
- Default constructor
- Parameters:
gisFeatures
- The GisFeature
s the current event refers to
getGisFeatures
public List<? extends GisFeature> getGisFeatures()
- Returns:
- The
GisFeature
s the current event refers to
Copyright © 2012. All Rights Reserved.