Uses of Interface
at.ac.tuwien.dslab.rmi.common.interfaces.IRepositoryListener

Packages that use IRepositoryListener
at.ac.tuwien.dslab.rmi.common.interfaces   
 

Uses of IRepositoryListener in at.ac.tuwien.dslab.rmi.common.interfaces
 

Methods in at.ac.tuwien.dslab.rmi.common.interfaces with parameters of type IRepositoryListener
 void IFileManager.addRepositoryListener(java.lang.String repoName, IUser user, IRepositoryListener listener)
          Add a repository listener to the repository to get notifications when certain events on the server occur.
 void IFileManager.removeRespositoryListener(java.lang.String repoName, IRepositoryListener listener)
          Removes a repository listener to stop listening to notifications.