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

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

public class PlaceTypeDeleteAllEvent
extends java.lang.Object
implements IGisRepositoryEvent

Event that occurred when all GisFeatures of a placetype are deleted

Author:
David Masclet

Constructor Summary
PlaceTypeDeleteAllEvent(java.lang.Class<? extends GisFeature> placeType)
          Default constructor
 
Method Summary
 java.lang.Class<? extends GisFeature> getPlaceType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceTypeDeleteAllEvent

public PlaceTypeDeleteAllEvent(java.lang.Class<? extends GisFeature> placeType)
Default constructor

Parameters:
placeType - The placetype that all GisFeature will be deleted
Method Detail

getPlaceType

public java.lang.Class<? extends GisFeature> getPlaceType()
Returns:
The placetype that all gisfeature are deleted


Copyright © 2010. All Rights Reserved.