Stores the target value in the given message. @param messageInfo the message in which to store the target @param data the target value to store
(MessageInfo messageInfo, Object data)
| 129 | * @param data the target value to store |
| 130 | */ |
| 131 | void put(MessageInfo messageInfo, Object data); |
| 132 | } |
| 133 | |
| 134 | /** |
no outgoing calls