org.tinygroup.menucommand.handler
类 ShowCommandHandler

java.lang.Object
  继承者 org.tinygroup.menucommand.handler.SystemCommandHandler
      继承者 org.tinygroup.menucommand.handler.ShowCommandHandler
所有已实现的接口:
CommandHandler

public class ShowCommandHandler
extends SystemCommandHandler

默认的命令展示handler

作者:
yancheng11334

构造方法摘要
ShowCommandHandler()
           
 
方法摘要
protected  void dealEnterEvent(String command, MenuConfig config, org.tinygroup.context.Context context)
          只有满足菜单位置发生变动和用户配置Enter事件处理器才执行
protected  void execute(String command, SystemCommand systemCommand, MenuConfig config, org.tinygroup.context.Context context)
          执行相关菜单逻辑,保存渲染路径和跳转菜单id
 
从类 org.tinygroup.menucommand.handler.SystemCommandHandler 继承的方法
afterExecute, beforeExecute, dealExitEvent, getRenderPath
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ShowCommandHandler

public ShowCommandHandler()
方法详细信息

execute

protected void execute(String command,
                       SystemCommand systemCommand,
                       MenuConfig config,
                       org.tinygroup.context.Context context)
从类 SystemCommandHandler 复制的描述
执行相关菜单逻辑,保存渲染路径和跳转菜单id

指定者:
SystemCommandHandler 中的 execute

dealEnterEvent

protected void dealEnterEvent(String command,
                              MenuConfig config,
                              org.tinygroup.context.Context context)
只有满足菜单位置发生变动和用户配置Enter事件处理器才执行

参数:
config -
context -


Copyright © 2006–2016 TinyGroup. All rights reserved.