Uses of Class
org.eclipse.jgit.events.ListenerList
Packages that use ListenerList
Package
Description
Events and listener interfaces.
Core API for repository, config, refs, object database.
-
Uses of ListenerList in org.eclipse.jgit.events
Fields in org.eclipse.jgit.events declared as ListenerListConstructors in org.eclipse.jgit.events with parameters of type ListenerListModifierConstructorDescription(package private)
ListenerHandle
(ListenerList parent, Class<? extends RepositoryListener> type, RepositoryListener listener) -
Uses of ListenerList in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as ListenerListModifier and TypeFieldDescriptionprivate static final ListenerList
Repository.globalListeners
private final ListenerList
Config.listeners
the change listenersprivate final ListenerList
Repository.myListeners
Methods in org.eclipse.jgit.lib that return ListenerListModifier and TypeMethodDescriptionstatic ListenerList
Repository.getGlobalListenerList()
Get the global listener list observing all events in this JVM.Repository.getListenerList()
Get listeners observing only events on this repository.