Class SimpleOperationHandler
java.lang.Object
com.iohao.net.extension.room.operation.SimpleOperationHandler
- All Implemented Interfaces:
OperationHandler
Executes the task
.
Runnable. The task must be placed in
invalid reference
OperationContext#setCommand(Object)
- Since:
- 21.23
- Author:
- 渔民小镇
- date:
- 2024-12-09
-
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleOperationHandlerme()voidprocess(PlayerOperationContext context) Execute processing after verification passesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OperationHandler
processVerify
-
Method Details
-
process
Description copied from interface:OperationHandlerExecute processing after verification passes- Specified by:
processin interfaceOperationHandler- Parameters:
context- Operation context
-
me
-