|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.RepositoryAdapter
public class RepositoryAdapter
A default RepositoryListener that does nothing except invoke an
optional general method for any repository change.
| Constructor Summary | |
|---|---|
RepositoryAdapter()
|
|
| Method Summary | |
|---|---|
void |
indexChanged(IndexChangedEvent e)
Invoked when the index changes |
void |
refsChanged(RefsChangedEvent e)
Invoked when a ref changes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryAdapter()
| Method Detail |
|---|
public void indexChanged(IndexChangedEvent e)
RepositoryListener
indexChanged in interface RepositoryListenere - information about the changes.public void refsChanged(RefsChangedEvent e)
RepositoryListener
refsChanged in interface RepositoryListenere - information about the changes.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||