Interface Command


public interface Command
Command interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method that should contain the code that should be executed.
  • Method Details

    • execute

      void execute()
      Method that should contain the code that should be executed.