Package | Description |
---|---|
org.eclipse.jgit.events | |
org.eclipse.jgit.lib | |
org.eclipse.jgit.storage.dfs |
Modifier and Type | Class and Description |
---|---|
class |
ConfigChangedEvent
Describes a change to one or more keys in the configuration.
|
class |
IndexChangedEvent
Describes a change to one or more paths in the index file.
|
class |
RefsChangedEvent
Describes a change to one or more references of a repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ListenerList.dispatch(RepositoryEvent event)
Dispatch an event to all interested listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.fireEvent(RepositoryEvent<?> event)
Fire an event to all registered listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
DfsPacksChangedEvent
Describes a change to the list of packs in a
DfsRepository . |
Copyright © 2012. All Rights Reserved.