Class: Eventception::Event
- Inherits:
-
Object
- Object
- Eventception::Event
- Defined in:
- lib/eventception/event.rb
Instance Method Summary collapse
Instance Method Details
#propagation_stopped? ⇒ Boolean
30 31 32 |
# File 'lib/eventception/event.rb', line 30 def propagation_stopped? propagation_stopped end |
#stop_propagation ⇒ Object
34 35 36 |
# File 'lib/eventception/event.rb', line 34 def stop_propagation @propagation_stopped = true end |