Ejemplo n.º 1
0
 @Override
 public void addView(ViewInterface view) {
   this.view = view;
   view.initView();
 }