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