Interface ChangelistCallback

All Known Subinterfaces:
ChangelistCallback

public interface ChangelistCallback
  • Method Summary

    Modifier and Type Method Description
    void doChangelist​(String path, String changelist)
    the method will be called for each status item
  • Method Details

    • doChangelist

      void doChangelist​(String path, String changelist)
      the method will be called for each status item
      Parameters:
      path - the path of the object
      changelist - the changelist it belongs to