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 ListenerListListenerHandle. parentConstructors 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 ListenerListRepository. globalListenersprivate ListenerListConfig. listenersthe change listenersprivate ListenerListRepository. myListenersMethods 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.
-