return Results.success();
}
private CommandController getCommandController(UIExecutionContext context, UICommand command)
{
return factory.createController(context.getUIContext(), new UIRuntime()
{
@Override
public UIProgressMonitor createProgressMonitor(UIContext context)
{
return new DefaultUIProgressMonitor();