| Package | Description |
|---|---|
| org.eclipse.jgit.events |
Events and listener interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeRecorder
A
WorkingTreeModifiedListener that can be used in tests to check
expected events. |
| Modifier and Type | Method and Description |
|---|---|
Class<WorkingTreeModifiedListener> |
WorkingTreeModifiedEvent.getListenerType()
Get type of listener this event dispatches to
|
| Modifier and Type | Method and Description |
|---|---|
ListenerHandle |
ListenerList.addWorkingTreeModifiedListener(WorkingTreeModifiedListener listener)
Register a
WorkingTreeModifiedListener. |
void |
WorkingTreeModifiedEvent.dispatch(WorkingTreeModifiedListener listener)
Dispatch this event to the given listener.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.