Package io.github.alexandrepiveteau.echo.events

Types

Link copied to clipboard
fun interface EventScope<in T>

An interface describing the operations that can be performed when we want to issue some events. Usually, commands will be described as extensions to the EventScope interface.