Interface VcsCommitListener


public interface VcsCommitListener
The VCS commit listener.
Since:
0.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    commited(String path, VcsStatus contentStatus)
    Handles commit events.
  • Method Details

    • commited

      void commited(String path, VcsStatus contentStatus)
      Handles commit events.
      Parameters:
      path - The path.
      contentStatus - The status;