Ejemplo n.º 1
0
 public Object Invk(GfsCtx ctx, int ikey, String k, GfoMsg m) {
   if (ctx.Match(k, Invk_go_bwd)) this.Go_bwd();
   else if (ctx.Match(k, Invk_go_fwd)) this.Go_fwd();
   else if (ctx.Match(k, Invk_goto)) this.Goto(m.ReadStr("v"));
   else if (ctx.Match(k, Invk_wiki)) return wiki;
   else return GfoInvkAble_.Rv_unhandled;
   return this;
 }