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