org.eclipse.jgit.events
Interface IndexChangedListener

All Superinterfaces:
RepositoryListener

public interface IndexChangedListener
extends RepositoryListener

Receives IndexChangedEvents.


Method Summary
 void onIndexChanged(IndexChangedEvent event)
          Invoked when any change is made to the index.
 

Method Detail

onIndexChanged

void onIndexChanged(IndexChangedEvent event)
Invoked when any change is made to the index.

Parameters:
event - information about the changes.


Copyright © 2012. All Rights Reserved.