org.apache.commons.vfs.operations.vcs
Interface VcsCommitListener


public interface VcsCommitListener

Since:
0.1
Author:
Siarhei Baidun

Method Summary
 void commited(String path, int contentStatus)
           
 

Method Detail

commited

void commited(String path,
              int contentStatus)
Parameters:
path - The path.
contentStatus - takes one of the values as defined in the
See Also:
constants.


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.