Class PrintDescending

All Implemented Interfaces:
Command, CommandWithResult<List<Movie>>

public class PrintDescending extends AbstractCommandWithResult<List<Movie>>
  • Constructor Details

    • PrintDescending

      public PrintDescending(Client client, Receiver receiver)
  • Method Details

    • execute

      public void execute()
    • getResult

      public List<Movie> getResult()