//No reflexion in GWT
//ICommand commandInstance = (ICommand) commandClassRef.newInstance();
ICommand commandInstance = (ICommand) this.commandMap.get(note.getName());
if(commandInstance!=null){
commandInstance.initializeNotifier(multitonKey);
commandInstance.execute(note);
}
}
/**
* Register a particular <code>ICommand</code> class as the handler for a