Ejemplo n.º 1
0
 @Override
 protected boolean goRight() {
   PropotionerView v = (PropotionerView) getCurrentView();
   boolean a = super.goRight();
   if (a) {
     v.exit();
     ((PropotionerView) getCurrentView()).enter();
   }
   return a;
 }