Interface ICommandListener


public interface ICommandListener
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
    onProgress(int totalRules, int uncoveredRules)
     
  • Method Details

    • onNewRule

      void onNewRule(Rule r)
    • onProgress

      void onProgress(int totalRules, int uncoveredRules)
    • isRequestStop

      boolean isRequestStop()