mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Split commands into separate classes
This commit is contained in:
parent
2ab70edc68
commit
f60a10eb6e
30 changed files with 1121 additions and 742 deletions
|
@ -0,0 +1,10 @@
|
|||
package org.asamk.signal.commands;
|
||||
|
||||
import net.sourceforge.argparse4j.inf.Namespace;
|
||||
import org.asamk.Signal;
|
||||
import org.freedesktop.dbus.DBusConnection;
|
||||
|
||||
public interface ExtendedDbusCommand extends Command {
|
||||
|
||||
int handleCommand(Namespace ns, Signal signal, DBusConnection dbusconnection);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue