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