Class GetPremiumListCommand

  • All Implemented Interfaces:
    Command

    public class GetPremiumListCommand
    extends java.lang.Object
    implements Command
    Retrieves and prints one or more premium lists.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Performs the command.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetPremiumListCommand

        public GetPremiumListCommand()
    • Method Detail

      • run

        public void run()
        Description copied from interface: Command
        Performs the command.
        Specified by:
        run in interface Command