You are here

protected function StateMachine::on_event_fail in State Machine 6

Same name and namespace in other branches
  1. 7.3 inc/base.inc \StateMachine::on_event_fail()
  2. 7 inc/base.inc \StateMachine::on_event_fail()
  3. 7.2 inc/base.inc \StateMachine::on_event_fail()

Method to be called when firing an event fails for any reason.

1 call to StateMachine::on_event_fail()
StateMachine::fire_event in inc/base.inc
Trigger an event to process a transition. Callbacks and guard conditions will be processed in the following order:

File

inc/base.inc, line 189

Class

StateMachine

Code

protected function on_event_fail($event) {
}