PylonRegisterEvent

class PylonRegisterEvent(val registry: PylonRegistry<*>, val value: Keyed) : Event(source)

Called when something is registered to a registry.

Constructors

Link copied to clipboard
constructor(registry: PylonRegistry<*>, value: Keyed)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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