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)
| 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 |
no outgoing calls