Package-level declarations

Types

Link copied to clipboard
internal sealed interface EventInvoker

Sealed marker interface for all event invocation strategies.

Link copied to clipboard
internal fun interface InstanceEventInvoker : EventInvoker

Invocation strategy for instance-based event handler methods.

Link copied to clipboard
internal fun interface StaticEventInvoker : EventInvoker

Invocation strategy for static event handler methods.