Class: Apotomo::Event
- Inherits:
-
Onfire::Event
- Object
- Onfire::Event
- Apotomo::Event
- Defined in:
- lib/apotomo/event.rb
Overview
Events are created by Apotomo in #fire. They bubble up from their source to root and trigger event handlers.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
5 6 7 |
# File 'lib/apotomo/event.rb', line 5 def to_s "<Event :#{type} source=#{source.}>" end |