public interface VcsLogListener
Modifier and Type | Method and Description |
---|---|
void |
onChange(VcsLogDataPack dataPack,
boolean refreshHappened)
This method is called whether a refresh happened, or filter changed, or the VisibleGraph was rebuilt.
|
void onChange(VcsLogDataPack dataPack, boolean refreshHappened)
dataPack
- new VcsLogDataPack which was just applied to the UI.refreshHappened
- true if a refresh initiated this log change, i.e. PermanentGraph changed.