Uses of Class
com.iohao.net.extension.room.operation.OperationContext
Packages that use OperationContext
Package
Description
Extension Module - Board Game/Room Game, light-game-room + Domain Event + Built-in Kit = Easily Handle Board Games
Extension Module - Board Games, Room-Based Games - Extension of Gameplay Operations within a Room.
-
Uses of OperationContext in com.iohao.net.extension.room
Methods in com.iohao.net.extension.room that return OperationContextModifier and TypeMethodDescriptiondefault OperationContextRoom.ofOperationContext(OperationHandler operationHandler) create OperationContext -
Uses of OperationContext in com.iohao.net.extension.room.operation
Classes in com.iohao.net.extension.room.operation that implement interfaces with type arguments of type OperationContextModifier and TypeClassDescriptionfinal classOperationContextEventHandlerMethods in com.iohao.net.extension.room.operation that return OperationContextModifier and TypeMethodDescriptionstatic OperationContextOperationContext.of(Room room, OperationHandler operationHandler) Creates an OperationContext objectMethods in com.iohao.net.extension.room.operation with parameters of type OperationContextModifier and TypeMethodDescriptionvoidOperationContextEventHandler.onEvent(OperationContext operationContext, boolean endOfBatch)