- public void handleCommand(final Namespace ns, final Manager m) throws CommandException {
- handleCommand(ns, new DbusSignalImpl(m, null));
+ public void handleCommand(
+ final Namespace ns, final Manager m, final OutputWriter outputWriter
+ ) throws CommandException {
+ handleCommand(ns, new DbusSignalImpl(m, null), outputWriter);