]>
nmode's Git Repositories - signal-cli/blob - src/main/java/org/asamk/signal/commands/DbusCommand.java
1 package org
.asamk
.signal
.commands
;
3 import net
.sourceforge
.argparse4j
.inf
.Namespace
;
5 import org
.asamk
.Signal
;
7 public interface DbusCommand
extends Command
{
9 int handleCommand(Namespace ns
, Signal signal
);