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

Packages that use RepositoryListener
org.eclipse.jgit.events   
 

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.
 



Copyright © 2011. All Rights Reserved.