JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.vfs2.operations.vcs
VcsUpdateListener
Contents
Description
Method Summary
Method Details
updated(String, long, VcsStatus)
Hide sidebar
Show sidebar
Interface VcsUpdateListener
public interface
VcsUpdateListener
Handles VCS updates.
Since:
0.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
updated
(
String
path, long revision,
VcsStatus
contentStatus)
Handles update events.
Method Details
updated
void
updated
(
String
path, long revision,
VcsStatus
contentStatus)
Handles update events.
Parameters:
path
- The path.
revision
- The revision number.
contentStatus
- The status.