Package com.botbox.bbsh
Class BasicLineCommand
java.lang.Object
com.botbox.bbsh.BasicLineCommand
- All Implemented Interfaces:
AsyncCommand,Command,LineListener
- Direct Known Subclasses:
ExecCommand,FileCommands.FileTargetCommand,MiscCommands.GrepCommand,MiscCommands.TrigCommand
public abstract class BasicLineCommand extends java.lang.Object implements AsyncCommand, LineListener
-
Constructor Summary
Constructors Constructor Description BasicLineCommand() -
Method Summary
Modifier and Type Method Description voidstopCommand(CommandContext context)
-
Constructor Details
-
BasicLineCommand
public BasicLineCommand()
-
-
Method Details
-
stopCommand
- Specified by:
stopCommandin interfaceAsyncCommand
-