EventHandler
Inherits Reference < Object
Constructors
new(target : EventTarget)
SourceClass methods
Instance methods
Macros
send?(name, *args, **kwargs)
Invokes a method with the given name (a symbol literal) on target, passing it positional args and keyword arguments kwargs. Noop if the method does not exist.
Use with caution: use this only inside instance-side methods of a handler subclass!