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