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


public interface VcsCommitListener

todo: add class description here

Since:
0.1
Author:
Siarhei Baidun

Method Summary
 void commited(String path, int contentStatus)
           
 

Method Detail

commited

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


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.