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