server.commands
Class Welcome
java.lang.Object
|
+--server.commands.AbstractCommand
|
+--server.commands.Welcome
- All Implemented Interfaces:
- Comparable, Serializable
- public class Welcome
- extends AbstractCommand
- See Also:
- Serialized Form
Method Summary |
void |
carryOut(String order)
This method holds the implementation for the command.
|
Methods inherited from class server.commands.AbstractCommand |
action, addCommandLast, build, clone, compareTo, countUp, equals, fileToSystem, makeFileOfOrder, save, sort, start, toString |
Welcome
public Welcome(Command command)
carryOut
public void carryOut(String order)
- Description copied from class:
AbstractCommand
- This method holds the implementation for the command.
It is called with the result of a removeFirst(String order) call.
- Specified by:
carryOut
in class AbstractCommand
- Parameters:
order
- the order, except the first word.