107108109110111112113114115116117
HTMLPanel container = uiBinder.createAndBindUi(this); this.navigationService = navigationService; this.eventBus = eventBus; this.timer = timer.create(new TimedAction() { @Override public void run() { copyTranslationToEditor(); } });