1 package org
.asamk
.signal
.commands
;
3 import net
.sourceforge
.argparse4j
.inf
.Namespace
;
5 import org
.asamk
.Signal
;
6 import org
.asamk
.signal
.commands
.exceptions
.CommandException
;
7 import org
.freedesktop
.dbus
.connections
.impl
.DBusConnection
;
9 public interface ExtendedDbusCommand
extends Command
{
11 void handleCommand(Namespace ns
, Signal signal
, DBusConnection dbusconnection
) throws CommandException
;