| Package | Description |
|---|---|
| org.eclipse.jgit.events |
Events and listener interfaces.
|
| org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryEvent<T extends RepositoryListener>
Describes a modification made to a repository.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigChangedListener
Receives
ConfigChangedEvents. |
interface |
IndexChangedListener
Receives
IndexChangedEvents. |
interface |
RefsChangedListener
Receives
RefsChangedEvents. |
interface |
WorkingTreeModifiedListener
Receives
WorkingTreeModifiedEvents, which are
fired whenever a DirCacheCheckout modifies
(adds/deletes/updates) files in the working tree. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeRecorder
A
WorkingTreeModifiedListener that can be used in tests to check
expected events. |
| Modifier and Type | Field and Description |
|---|---|
(package private) RepositoryListener |
ListenerHandle.listener |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentMap<java.lang.Class<? extends RepositoryListener>,java.util.concurrent.CopyOnWriteArrayList<ListenerHandle>> |
ListenerList.lists |
(package private) java.lang.Class<? extends RepositoryListener> |
ListenerHandle.type |
| Modifier and Type | Method and Description |
|---|---|
<T extends RepositoryListener> |
ListenerList.addListener(java.lang.Class<T> type,
T listener)
Add a listener to the list.
|
| Constructor and Description |
|---|
ListenerHandle(ListenerList parent,
java.lang.Class<? extends RepositoryListener> type,
RepositoryListener listener) |
| Constructor and Description |
|---|
ListenerHandle(ListenerList parent,
java.lang.Class<? extends RepositoryListener> type,
RepositoryListener listener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeforeDfsPackIndexLoadedListener
Receives
BeforeDfsPackIndexLoadedEvents. |
interface |
DfsPacksChangedListener
Receives
DfsPacksChangedEvents. |