raiseEvent

fun raiseEvent(vararg arguments: Any)(source)

Raises the event by calling each registered listener with all supplied arguments.

Parameters

arguments

This method takes any number of parameters and passes them through to the listener functions.

See also