Package | Description |
---|---|
org.eclipse.jgit.events |
Events and listener interfaces.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Field and Description |
---|---|
private ListenerList |
ListenerHandle.parent |
Constructor and Description |
---|
ListenerHandle(ListenerList parent,
java.lang.Class<? extends RepositoryListener> type,
RepositoryListener listener) |
Modifier and Type | Field and Description |
---|---|
private static ListenerList |
Repository.globalListeners |
private ListenerList |
Config.listeners
the change listeners
|
private ListenerList |
Repository.myListeners |
Modifier and Type | Method and 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.
|