public interface VcsUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
updated(java.lang.String path,
long revision,
VcsStatus contentStatus) |
void updated(java.lang.String path, long revision, VcsStatus contentStatus)
path
- The path.revision
- The revision number.contentStatus
- The status.