});
execContext.currentCommand.addListener(new DynamicVariable.ChangeListener<CommandContext>() {
@Override
public void changedValue(DynamicVariable<CommandContext> var, CommandContext oldValue, CommandContext newValue) {
ui.info(new CommandConsoleEventToUI($.getName(), newValue.toString())
.setId(newValue.command.id)
.setParentId(execContext.currentTask.getDefaultValue().getId())
);
}
});