mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Add JsonRpcMultiCommand
This commit is contained in:
parent
64af4914ee
commit
9c67aabebb
8 changed files with 90 additions and 26 deletions
|
@ -5,9 +5,7 @@ import net.sourceforge.argparse4j.inf.Namespace;
|
|||
import org.asamk.signal.OutputWriter;
|
||||
import org.asamk.signal.commands.exceptions.CommandException;
|
||||
|
||||
public interface MultiLocalCommand extends LocalCommand {
|
||||
public interface MultiLocalCommand extends CliCommand {
|
||||
|
||||
void handleCommand(
|
||||
Namespace ns, SignalCreator c, OutputWriter outputWriter
|
||||
) throws CommandException;
|
||||
void handleCommand(Namespace ns, SignalCreator c, OutputWriter outputWriter) throws CommandException;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue