Class PrintAscending

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

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

    • PrintAscending

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

    • execute

      public void execute()
    • getResult

      public List<Movie> getResult()