MCPcopy Create free account
hub / github.com/PCGen/pcgen / getPostbox

Method getPostbox

code/src/java/pcgen/pluginmgr/PluginManager.java:107–110  ·  view source on GitHub ↗

@return the postbox used to distribute messages.

()

Source from the content-addressed store, hash-verified

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

Callers 2

closeCharacterMethod · 0.45
CharacterManagerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected