Uses of Class
org.eclipse.jgit.events.ListenerList
-
Packages that use ListenerList Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of ListenerList in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ListenerList Modifier and Type Method Description static ListenerListRepository. getGlobalListenerList()Get the global listener list observing all events in this JVM.ListenerListRepository. getListenerList()Get listeners observing only events on this repository.
-