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