コード例 #1
0
 @Override
 protected boolean doExecute(Event event) {
   StateControl.breakAndGotoNow(stateId);
   return true;
 }