Uses of Interface
org.openrdf.repository.event.RepositoryListener

Packages that use RepositoryListener
org.openrdf.repository.event   
org.openrdf.repository.event.base   
 

Uses of RepositoryListener in org.openrdf.repository.event
 

Methods in org.openrdf.repository.event with parameters of type RepositoryListener
 void NotifyingRepository.addRepositoryListener(RepositoryListener listener)
          Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
 void NotifyingRepository.removeRepositoryListener(RepositoryListener listener)
          Removes a registered RepositoryListener from this repository.
 

Uses of RepositoryListener in org.openrdf.repository.event.base
 

Methods in org.openrdf.repository.event.base with parameters of type RepositoryListener
 void NotifyingRepositoryWrapper.addRepositoryListener(RepositoryListener listener)
          Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
 void NotifyingRepositoryWrapper.removeRepositoryListener(RepositoryListener listener)
          Removes a registered RepositoryListener from this repository.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.