public class IndexChangedEvent extends RepositoryEvent<IndexChangedListener>
| Constructor and Description |
|---|
IndexChangedEvent(boolean internal)
Notify that the index changed
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(IndexChangedListener listener)
Dispatch this event to the given listener.
|
Class<IndexChangedListener> |
getListenerType()
Get type of listener this event dispatches to
|
boolean |
isInternal() |
getRepository, setRepository, toStringpublic IndexChangedEvent(boolean internal)
internal - true if the index was changed by the same
JGit processpublic boolean isInternal()
true if the index was changed by the same JGit processpublic Class<IndexChangedListener> getListenerType()
getListenerType in class RepositoryEvent<IndexChangedListener>public void dispatch(IndexChangedListener listener)
dispatch in class RepositoryEvent<IndexChangedListener>listener - listener that wants this event.Copyright © 2018 Eclipse JGit Project. All rights reserved.