OnBootListener
A listener that provides events in plugin booting.
onCompletion
Called when the plugin finishes booting.
void onCompletion(ChannelPluginCompletionStatus status, Guest guest);
parameter | type | description |
---|---|---|
status | ChannelPluginCompletionStatus | booting status |
guest | Guest | Nullable guest object |
Updated over 1 year ago