Interface CommandExecution<S,C>


public interface CommandExecution<S,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(C sender, Context<S> commandContext)
     
  • Method Details

    • execute

      void execute(@NotNull C sender, Context<S> commandContext)