1 package org
.asamk
.signal
.commands
;
3 import net
.sourceforge
.argparse4j
.inf
.Namespace
;
5 import org
.asamk
.Signal
;
6 import org
.asamk
.signal
.OutputWriter
;
7 import org
.asamk
.signal
.commands
.exceptions
.CommandException
;
8 import org
.freedesktop
.dbus
.connections
.impl
.DBusConnection
;
10 public interface ExtendedDbusCommand
extends CliCommand
{
13 Namespace ns
, Signal signal
, DBusConnection dbusconnection
, final OutputWriter outputWriter
14 ) throws CommandException
;