|
||||||||||
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
public class GisFeaturesEvent
Event that occurred on several GisFeature
s
GisFeatureEvent
Constructor Summary | |
---|---|
GisFeaturesEvent(java.util.List<? extends GisFeature> gisFeatures)
Default constructor |
Method Summary | |
---|---|
java.util.List<? extends GisFeature> |
getGisFeatures()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GisFeaturesEvent(java.util.List<? extends GisFeature> gisFeatures)
gisFeatures
- The GisFeature
s the current event refers toMethod Detail |
---|
public java.util.List<? extends GisFeature> getGisFeatures()
GisFeature
s the current event refers to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |