Class Add

java.lang.Object
commandManagers.Command
commandManagers.commands.Add
All Implemented Interfaces:
CommandInterface

public class Add extends Command
Command to add a new city to the collection.
Author:
boris
  • Constructor Details

    • Add

      public Add()
      Default constructor from 1.0
    • Add

      public Add(ModeManager<City> handler)
      Provides choosing handler
      Parameters:
      handler - ModuleHandler for operating
      Since:
      2.0
  • Method Details