public static void removeListener(FlowvisorChangedListener l) { FVConfigurationController.instance().removeChangeListener(ChangedListener.FLOWMAP, l); }
public static FlowSpace getProxy() { return (FlowSpace) FVConfigurationController.instance().getProxy(getInstance()); }
public static void addListener(FlowMapChangedListener l) { FVConfigurationController.instance().addChangeListener(ChangedListener.FLOWMAP, l); }
@Override public void notify(Object key, String method, Object newValue) { FVConfigurationController.instance().fireChange(key, method, newValue); }