Package mireka.pop.command
Class QuitCommand
- Object
-
- mireka.pop.command.QuitCommand
-
-
Constructor Summary
Constructors Constructor Description QuitCommand(Session session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(CommandParser commandParser)Executes the command, after parsing arguments if necessary.
-
-
-
Constructor Detail
-
QuitCommand
public QuitCommand(Session session)
-
-
Method Detail
-
execute
public void execute(CommandParser commandParser) throws java.io.IOException, MaildropPopException
Description copied from interface:CommandExecutes the command, after parsing arguments if necessary.- Specified by:
executein interfaceCommand- Throws:
java.io.IOExceptionMaildropPopException
-
-