ActionListener

interface ActionListener<in T : TriggerAction, in E : Event>

An action listener.

Parameters

T

the type of triggers

E

the type of events that trigger the triggers

Functions

Link copied to clipboard
abstract fun action(action: T, event: E)

To be called whenever a certain action happens.

Inheritors

Link copied to clipboard
Link copied to clipboard