Package mireka.pop.command
Class TopCommand
- Object
-
- mireka.pop.command.TopCommand
-
-
Constructor Summary
Constructors Constructor Description TopCommand(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
-
TopCommand
public TopCommand(Session session)
-
-
Method Detail
-
execute
public void execute(CommandParser commandParser) throws java.io.IOException, Pop3Exception
Description copied from interface:CommandExecutes the command, after parsing arguments if necessary.- Specified by:
executein interfaceCommand- Throws:
java.io.IOExceptionPop3Exception
-
-