class Grits::CallbacksState

Overview

CallbacksState helps when multiple callbacks share the same payload.

Direct Known Subclasses

Defined in:

grits/mixins/callbacks.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def callbacks : Array(Symbol) #

[View source]
def empty? #

[View source]

Macro Detail

macro define_callback(type, key) #

[View source]