org.tigris.subversion.javahl
Interface InfoCallback


public interface InfoCallback

This interface is used to retrieve info each result in a SVNClientInterface.info2 call.


Method Summary
 void singleInfo(Info2 info)
          the method will be called for every line in a file.
 

Method Detail

singleInfo

void singleInfo(Info2 info)
the method will be called for every line in a file.

Parameters:
info - the Info2 object