1 package org
.asamk
.signal
.commands
;
3 import net
.sourceforge
.argparse4j
.inf
.Namespace
;
5 import org
.asamk
.Signal
;
6 import org
.freedesktop
.dbus
.DBusConnection
;
8 public interface ExtendedDbusCommand
extends Command
{
10 int handleCommand(Namespace ns
, Signal signal
, DBusConnection dbusconnection
);