Package net.officefloor.server
Interface RequestHandler.Execution
-
- Enclosing interface:
- RequestHandler<R>
public static interface RequestHandler.ExecutionFunctioninterface to run an execution on theSocketThread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Runs the execution.
-