Interface ChangelistCallback

All Known Subinterfaces:
ChangelistCallback

public interface ChangelistCallback
  • Method Summary

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

    • doChangelist

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