Class | Onfire::Event |
In: |
lib/onfire/debugging.rb
lib/onfire/event.rb |
Parent: | Object |
An event carries a type, source, and optional payload. Calling bubble! it starts at its source and traverses up the hierarchy using parent. On every node it calls handlers_for_event on the node while calling returned procs.
data | [RW] | |
source | [RW] | |
type | [RW] |