1 package org
.asamk
.signal
.commands
;
3 import net
.sourceforge
.argparse4j
.inf
.Namespace
;
5 import org
.asamk
.signal
.OutputWriter
;
6 import org
.asamk
.signal
.commands
.exceptions
.CommandException
;
8 public interface MultiLocalCommand
extends CliCommand
{
10 void handleCommand(Namespace ns
, SignalCreator c
, OutputWriter outputWriter
) throws CommandException
;