Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CommandsManager class will be extended with a method executeCommand(String catalog, String command, Map<String,Object> parameters) , that will allow to run commands without need to handle Context etc. The UI classes (actions etc.) should use command by calling this method (i.e. this will be the preferred method, but not the only one).

 

Proposals for future goals (not to be implemented in this sprint):

...