com.gisgraphy.domain.geoloc.entity.event
Class GisFeatureStoredEvent

java.lang.Object
  extended by com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
      extended by com.gisgraphy.domain.geoloc.entity.event.GisFeatureStoredEvent
All Implemented Interfaces:
IEvent, IGisRepositoryEvent

public class GisFeatureStoredEvent
extends GisFeatureEvent

Represents an event when a GisFeature is strored

Author:
David Masclet

Constructor Summary
GisFeatureStoredEvent(GisFeature gisFeature)
           
 
Method Summary
 
Methods inherited from class com.gisgraphy.domain.geoloc.entity.event.GisFeatureEvent
getGisFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GisFeatureStoredEvent

public GisFeatureStoredEvent(GisFeature gisFeature)
Parameters:
gisFeature - The GisFeature that has been stored


Copyright © 2012. All Rights Reserved.