|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gisgraphy.domain.geoloc.entity.event.GisFeaturesEvent
com.gisgraphy.domain.geoloc.entity.event.GisFeatureDeleteAllEvent
public class GisFeatureDeleteAllEvent
Represents an event when several GisFeature
s are deleted
Constructor Summary | |
---|---|
GisFeatureDeleteAllEvent(java.util.List<? extends GisFeature> gisFeatures)
|
Method Summary |
---|
Methods inherited from class com.gisgraphy.domain.geoloc.entity.event.GisFeaturesEvent |
---|
getGisFeatures |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GisFeatureDeleteAllEvent(java.util.List<? extends GisFeature> gisFeatures)
gisFeatures
- The GisFeature
s that have been deleted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |