org.eclipse.jgit.lib
Class RepositoryChangedEvent

java.lang.Object
  extended by org.eclipse.jgit.lib.RepositoryChangedEvent
Direct Known Subclasses:
IndexChangedEvent, RefsChangedEvent

public class RepositoryChangedEvent
extends java.lang.Object

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


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

Method Detail

getRepository

public Repository getRepository()
Returns:
the repository that was changed

toString

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