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
ConfigChangedEvent s. |
interface |
IndexChangedListener
Receives
IndexChangedEvent s. |
interface |
RefsChangedListener
Receives
RefsChangedEvent s. |
interface |
WorkingTreeModifiedListener
Receives
WorkingTreeModifiedEvent s, which are
fired whenever a DirCacheCheckout modifies
(adds/deletes/updates) files in the working tree. |
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
BeforeDfsPackIndexLoadedEvent s. |
interface |
DfsPacksChangedListener
Receives
DfsPacksChangedEvent s. |