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) #

[View source]

Instance Method Detail

def forward_action_events(other : Brew::Events) #

[View source]
def on_action_failed(&block : Action -> ) #

[View source]
def on_action_failed : Proc(Action, Nil) #

[View source]
def on_action_finished(&block : Action -> ) #

[View source]
def on_action_finished : Proc(Action, Nil) #

[View source]
def on_action_skipped(&block : Action -> ) #

[View source]
def on_action_skipped : Proc(Action, Nil) #

[View source]
def on_action_start(&block : Action -> ) #

[View source]
def on_action_start : Proc(Action, Nil) #

[View source]
def on_action_succeed(&block : Action -> ) #

[View source]
def on_action_succeed : Proc(Action, Nil) #

[View source]