it.geosolutions.geobatch.catalog.event
Interface CatalogListener


public interface CatalogListener

Author:
Alessio

Method Summary
<T,CAE extends CatalogAddEvent<T>>
void
handleAddEvent(CAE event)
          Handles the event of an addition to the catalog.
<T,CME extends CatalogModifyEvent<T>>
void
handleModifyEvent(CME event)
          Handles the event of a modification to an object in the catalog.
<T,CRE extends CatalogRemoveEvent<T>>
void
handleRemoveEvent(CRE event)
          Handles the event of a removal from the catalog.
 

Method Detail

handleAddEvent

<T,CAE extends CatalogAddEvent<T>> void handleAddEvent(CAE event)
Handles the event of an addition to the catalog.


handleRemoveEvent

<T,CRE extends CatalogRemoveEvent<T>> void handleRemoveEvent(CRE event)
Handles the event of a removal from the catalog.


handleModifyEvent

<T,CME extends CatalogModifyEvent<T>> void handleModifyEvent(CME event)
Handles the event of a modification to an object in the catalog.



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.