commandHandlerReg_.removeHandler();
commandHandlerReg_ = null;
}
commandHandlerReg_ = commandBinder.bind(commands_, this);
Scheduler.get().scheduleFinally(new ScheduledCommand()
{
public void execute()
{
// This has to be executed in a scheduleFinally because
// Source.manageCommands gets called after this.onActivate,