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

Packages that use RepositoryListener
org.eclipse.jgit.events   
org.eclipse.jgit.storage.dfs   
 

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 DfsPacksChangedListener
          Receives DfsPacksChangedEvents.
 



Copyright © 2012. All Rights Reserved.