org.eclipse.jgit.lib
Class IndexChangedEvent

java.lang.Object
  extended by org.eclipse.jgit.lib.RepositoryChangedEvent
      extended by org.eclipse.jgit.lib.IndexChangedEvent

public class IndexChangedEvent
extends RepositoryChangedEvent

This class passes information about a changed Git index to a RepositoryListener Currently only a reference to the repository is passed.


Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.jgit.lib.RepositoryChangedEvent
getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class RepositoryChangedEvent