it.geosolutions.geobatch.catalog.event
Interface CatalogModifyEvent<T>

All Superinterfaces:
CatalogEvent<T>

public interface CatalogModifyEvent<T>
extends CatalogEvent<T>

Author:
Alessio

Method Summary
 java.util.List<T> getNewValues()
          The new values of the properties that were modified.
 java.util.List<T> getOldValues()
          The old values of the properties that were modified.
 java.util.List<java.lang.String> getPropertyNames()
          The names of the properties that were modified.
 
Methods inherited from interface it.geosolutions.geobatch.catalog.event.CatalogEvent
getSource
 

Method Detail

getPropertyNames

java.util.List<java.lang.String> getPropertyNames()
The names of the properties that were modified.


getOldValues

java.util.List<T> getOldValues()
The old values of the properties that were modified.


getNewValues

java.util.List<T> getNewValues()
The new values of the properties that were modified.



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.