org.tinygroup.menucommand
接口 CommandHandler

所有已知实现类:
BackCommandHandler, ExitCommandHandler, HelpCommandHandler, HomeCommandHandler, MenuCommandHandler, QueryCommandHandler, ShowCommandHandler, SystemCommandHandler

public interface CommandHandler

命令处理句柄

作者:
yancheng11334

方法摘要
 void afterExecute(org.tinygroup.context.Context context)
          命令后置操作
 void beforeExecute(org.tinygroup.context.Context context)
          命令前置操作
 

方法详细信息

beforeExecute

void beforeExecute(org.tinygroup.context.Context context)
命令前置操作

参数:
context -

afterExecute

void afterExecute(org.tinygroup.context.Context context)
命令后置操作

参数:
context -


Copyright © 2006–2016 TinyGroup. All rights reserved.