public void setMotivoCambioPlanListener(MotivoCambioPlanListener listener)
 {
     this.controller.setMotivoCambioPlanListener(listener);
 }
Пример #2
0
 public void setMotivoCambioPlanListener(MotivoCambioPlanListener listener)
 {
     this.listener = listener;
 }