类 SimpleOperationHandler
java.lang.Object
com.iohao.game.widget.light.room.operation.SimpleOperationHandler
- 所有已实现的接口:
OperationHandler
执行任务
中。
Runnable
,任务必须放到
引用无效
OperationContext#setCommand(Object)
- 从以下版本开始:
- 21.23
- 作者:
- 渔民小镇
- 日期:
- 2024-12-09
-
方法概要
修饰符和类型方法说明static SimpleOperationHandler
me()
void
process
(PlayerOperationContext context) 验证通过后, 执行处理从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.iohao.game.widget.light.room.operation.OperationHandler
processVerify, verify
-
方法详细资料
-
process
从接口复制的说明:OperationHandler
验证通过后, 执行处理- 指定者:
process
在接口中OperationHandler
- 参数:
context
- 操作上下文
-
me
-