Package org.astrogrid.samp.test
Class Calculator.CalcRequest
- java.lang.Object
-
- org.astrogrid.samp.test.Calculator.CalcRequest
-
- Enclosing class:
- Calculator
private class Calculator.CalcRequest extends java.lang.ObjectRepresents a request which may be sent to a Calculator object.
-
-
Constructor Summary
Constructors Constructor Description CalcRequest(java.lang.String mtype, int a, int b)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckResponse(Response response)Checks that the given response is correct for this request.MessagegetMessage()Returns a Message object corresponding to this request.
-