com.gisgraphy.domain.geoloc.entity.event
Class GisFeatureEvent
java.lang.Object
com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
- All Implemented Interfaces:
- IEvent, IGisRepositoryEvent
- Direct Known Subclasses:
- GisFeatureDeletedEvent, GisFeatureStoredEvent
public class GisFeatureEvent
- extends Object
- implements IGisRepositoryEvent
Event that occurred on one GisFeature
s
- Author:
- David Masclet
- See Also:
GisFeaturesEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GisFeatureEvent
public GisFeatureEvent(GisFeature gisFeature)
- Default constructor
- Parameters:
gisFeature
- The GisFeature
the current event refers to
getGisFeature
public GisFeature getGisFeature()
- Returns:
- The
GisFeature
the current event refers to
Copyright © 2012. All Rights Reserved.