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

Method start

code/src/java/pcgen/pluginmgr/InteractivePlugin.java:51–51  ·  view source on GitHub ↗

Advises the plugin that it has been started. The plugin may do any required startup and allocation in response. @param postbox The primary message handler, can be stored and used to send future messages out.

(PCGenMessageHandler postbox)

Source from the content-addressed store, hash-verified

49 * @param postbox The primary message handler, can be stored and used to send future messages out.
50 */
51 public void start(PCGenMessageHandler postbox);
52
53 /**
54 * Advises the plugin that it has been stopped. Intended to allow deallocation

Callers 11

startPCGenFrameMethod · 0.65
loadSourceSelectionMethod · 0.65
loadPartyFromFileMethod · 0.65
proceedToNextPanelMethod · 0.65
performAnalysisMethod · 0.65
performAnalysisMethod · 0.65
doInBackgroundMethod · 0.65
makeTreeMethod · 0.65
toTreeMethod · 0.65
testJarMethod · 0.65

Implementers 1

RandomNamePlugincode/src/java/plugin/doomsdaybook/Rand

Calls

no outgoing calls

Tested by 1

testJarMethod · 0.52