Class: Eventception::Event
- Inherits:
-
Object
- Object
- Eventception::Event
- Defined in:
- lib/eventception/event.rb
Instance Method Summary collapse
Instance Method Details
#propagation_stopped? ⇒ Boolean
11 12 13 |
# File 'lib/eventception/event.rb', line 11 def propagation_stopped? propagation_stopped end |
#stop_propagation ⇒ Object
15 16 17 |
# File 'lib/eventception/event.rb', line 15 def stop_propagation @propagation_stopped = true end |