1 package org.simantics.document.server.client;
3 import java.util.Collection;
5 import org.simantics.document.server.JSONObject;
7 public interface CommandManager<D extends Document, C> {
9 public Collection<Object> updateCommandListeners(D document, JSONObject object, C widget);
11 public void removeListener(C widget, Object listener);