Interface VcsUpdateListener


public interface VcsUpdateListener
todo: add class description here
Since:
0.1
Author:
Siarhei Baidun
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updated(String path, long revision, int contentStatus)
     
  • Method Details

    • updated

      void updated(String path, long revision, int contentStatus)
      Parameters:
      path -
      revision -
      contentStatus - takes one of the values as defined in the
      See Also: