it.geosolutions.geobatch.catalog.impl.event
Class CatalogEventImpl<T>

java.lang.Object
  extended by it.geosolutions.geobatch.catalog.impl.event.CatalogEventImpl<T>
All Implemented Interfaces:
CatalogEvent<T>
Direct Known Subclasses:
CatalogAddEventImpl, CatalogModifyEventImpl, CatalogRemoveEventImpl

public class CatalogEventImpl<T>
extends java.lang.Object
implements CatalogEvent<T>

Author:
Alessio

Constructor Summary
CatalogEventImpl(T source)
           
 
Method Summary
 T getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogEventImpl

public CatalogEventImpl(T source)
Method Detail

getSource

public T getSource()
Specified by:
getSource in interface CatalogEvent<T>


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.