| Class | Onfire::Event |
| In: |
lib/onfire/event.rb
lib/onfire/debugging.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] |