Interface VcsUpdateListener


public interface VcsUpdateListener
Handles VCS updates.
Since:
0.1
  • Method Summary

    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.