Class ListenerObject

A ListenerObject represents the configuration/state for a single listener.

Inherits from

  • Object (base class)

Constructors

Name Description
this

Fields

Name Type Description
clsName string The class name of the event this listener is for
func void delegate(std.variant.VariantN!(32L)) Utility variant caller for converting event type
listener EventListener EventListener function for this Listener
order EmitterOrder Emitter order for this event listener