Interface StatusCallback


public interface StatusCallback
  • Method Summary

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

    • doStatus

      void doStatus​(String path, Status status)
      the method will be called for each status item
      Parameters:
      path - the path of the object
      status - the status object, may be null