Uses of Interface
org.eclipse.jgit.events.RepositoryListener

Packages that use RepositoryListener
org.eclipse.jgit.events Events and listener interfaces. 
org.eclipse.jgit.storage.dfs Distributed file system based repository storage. 
 

Uses of RepositoryListener in org.eclipse.jgit.events
 

Classes in org.eclipse.jgit.events with type parameters of type RepositoryListener
 class RepositoryEvent<T extends RepositoryListener>
          Describes a modification made to a repository.
 

Subinterfaces of RepositoryListener in org.eclipse.jgit.events
 interface ConfigChangedListener
          Receives ConfigChangedEvents.
 interface IndexChangedListener
          Receives IndexChangedEvents.
 interface RefsChangedListener
          Receives RefsChangedEvents.
 

Methods in org.eclipse.jgit.events with type parameters of type RepositoryListener
<T extends RepositoryListener>
ListenerHandle
ListenerList.addListener(Class<T> type, T listener)
          Add a listener to the list.
 

Uses of RepositoryListener in org.eclipse.jgit.storage.dfs
 

Subinterfaces of RepositoryListener in org.eclipse.jgit.storage.dfs
 interface BeforeDfsPackIndexLoadedListener
          Receives BeforeDfsPackIndexLoadedEvents.
 interface DfsPacksChangedListener
          Receives DfsPacksChangedEvents.
 



Copyright © 2013. All Rights Reserved.