class EventHandler::AnyEvent

Overview

Meta event, emitted on every other event. Adding a handler for this event allows listening for all emitted events and their arguments.

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(event_type : ::EventHandler::Event.class, event : EventHandler::Event) #

Instance Method Detail

def clone #

def copy_with(event_type _event_type = @event_type, event _event = @event) #

def event : EventHandler::Event #

def event_type : ::EventHandler::Event.class #