Esempio n. 1
0
 @Inject
 @Optional
 private void whenCaseNameChanges(
     @UIEventTopic(RobotModelEvents.ROBOT_CASE_NAME_CHANGE) final RobotCase testCase) {
   if (viewer != null) {
     viewer.refresh(testCase.getParent());
   }
 }