+ activity.getSelected());
setChanged(true);
}
});
properties = new PropertiesBehaviorLogic((PropertiesBehavior) getPojo().getBehavior(BEHAVIOR_PROPERTIES));
properties.addListener(new PropertiesBehaviorLogic.Listener() {
@Override
public void propertyChanged(String key, String newValue, Config params, boolean fireCommand) {
//in "value" property is stored the name of the new selection. It is a value from the list for sure and it is not the current one, already checked.
// properties.setProperty(key, newValue);