Interface DoubleMsg.Factory
-
- All Known Implementing Classes:
DoubleMsg_cxx_0xc75dfe24Factory
- Enclosing interface:
- DoubleMsg
public static interface DoubleMsg.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoubleMsgcreate()Create an uninitialized DoubleMsg.DoubleMsgcreate(double inData)Create a DoubleMsg with initial value.
-