ShowLoginListener

fun fun interface ShowLoginListener : EventTypeListener<ShowLogin>

Functions

canProcess
Link copied to clipboard
open override fun canProcess(event: Event<EventType>): Boolean
Asks is this event type supported by listener
onExecuted
Link copied to clipboard
abstract fun onExecuted(event: Event<ShowLogin>)
Processes event