Uses of Interface
tml.storage.RepositoryListener

Packages that use RepositoryListener
tml.storage Implements a repository of documents, from which several corpora can be obtained. 
 

Uses of RepositoryListener in tml.storage
 

Methods in tml.storage with parameters of type RepositoryListener
 void Repository.addRepositoryListener(RepositoryListener l)
          This method allows to add a listener so the Repository can report asynchronously the state of the prcessing
 void Repository.removeRepositoryListener(RepositoryListener l)
          Removes a listener that was previously added if exists