Interface InputTask


public interface InputTask
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    act(EasyCLI cli, String... params)
    Things to be done after command is recognized
  • Method Details

    • act

      void act(EasyCLI cli, String... params)
      Things to be done after command is recognized
      Parameters:
      cli - EasyCLI instance. Will be set automatically
      params - text after space