Uses of Interface
org.gcube.common.xml.databases.existlibrary.UpdateEventConsumer

Packages that use UpdateEventConsumer
org.gcube.common.xml.databases.existlibrary.collections   
org.gcube.common.xml.databases.existlibrary.thread   
 

Uses of UpdateEventConsumer in org.gcube.common.xml.databases.existlibrary.collections
 

Methods in org.gcube.common.xml.databases.existlibrary.collections with parameters of type UpdateEventConsumer
 void CollectionImpl.AddElementByResultSet(java.lang.String Locator, UpdateEventConsumer consumer)
           
 void Collection.AddElementByResultSet(java.lang.String Locator, UpdateEventConsumer cosumer)
          Stores the given resources in the collection
 

Uses of UpdateEventConsumer in org.gcube.common.xml.databases.existlibrary.thread
 

Constructors in org.gcube.common.xml.databases.existlibrary.thread with parameters of type UpdateEventConsumer
AddElementRSThread(java.lang.String locator, CollectionImpl coll, UpdateEventConsumer consumer)