ConfigurationReloadEvent

open class ConfigurationReloadEvent(isAsync: Boolean = false) : Event

Represents an event of when the configuration is reloaded. Note: This event is fired synchronously.

Since

SimpleCoreAPI 1.0.0

Parameters

isAsync

Whether the event is asynchronous or not. (Default to false)

Inheritors

Constructors

Link copied to clipboard
constructor(isAsync: Boolean = false)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@NotNull
open fun getEventName(): String
Link copied to clipboard
open override fun getHandlers(): HandlerList
Link copied to clipboard