com.gisgraphy.domain.geoloc.entity.event
Class GisFeatureDeletedEvent
java.lang.Object
com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
com.gisgraphy.domain.geoloc.entity.event.GisFeatureDeletedEvent
- All Implemented Interfaces:
- IEvent, IGisRepositoryEvent
public class GisFeatureDeletedEvent
- extends GisFeatureEvent
Represents an event when a GisFeature
s is deleted
- Author:
- David Masclet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GisFeatureDeletedEvent
public GisFeatureDeletedEvent(GisFeature gisFeature)
- Parameters:
gisFeature
- The GisFeature
that has been deleted
Copyright © 2012. All Rights Reserved.