@return the postbox used to distribute messages.
()
| 105 | * @return the postbox used to distribute messages. |
| 106 | */ |
| 107 | public PCGenMessageHandler getPostbox() |
| 108 | { |
| 109 | return msgHandlerMgr.getPostbox(); |
| 110 | } |
| 111 | |
| 112 | } |
no outgoing calls
no test coverage detected