module Barista::Behaviors::Brew::Events
Direct including types
Defined in:
barista/behaviors/brew/events.cr
Macro Summary
Instance Method Summary
Macro Detail
macro
gen_action_event(name)
#
Instance Method Detail
def
on_action_failed(&block :
Action -> )
#
def
on_action_failed : Proc(
Action, Nil)
#
def
on_action_finished(&block :
Action -> )
#
def
on_action_finished : Proc(
Action, Nil)
#
def
on_action_skipped(&block :
Action -> )
#
def
on_action_skipped : Proc(
Action, Nil)
#
def
on_action_start(&block :
Action -> )
#
def
on_action_start : Proc(
Action, Nil)
#
def
on_action_succeed(&block :
Action -> )
#
def
on_action_succeed : Proc(
Action, Nil)
#