Interface VcsUpdateListener


public interface VcsUpdateListener
Since:
0.1
  • Method Summary

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

    • updated

      void updated(String path, long revision, VcsStatus contentStatus)
      Parameters:
      path - The path.
      revision - The revision number.
      contentStatus - The status.