IEventSubscriber

fun interface IEventSubscriber<T>

Functions

Link copied to clipboard
abstract fun trigger(message: T)