Class SendDepthLogic
- java.lang.Object
-
- net.officefloor.tutorial.activityhttpserver.SendDepthLogic
-
public class SendDepthLogic extends java.lang.Object
Logic to send theDepth
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SendDepthLogic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(Depth depth, ObjectResponse<Depth> response)
-
-
-
Method Detail
-
send
public void send(@Parameter Depth depth, ObjectResponse<Depth> response)
-
-