Class: Eventception::Event

Inherits:
Object
  • Object
show all
Defined in:
lib/eventception/event.rb

Instance Method Summary collapse

Instance Method Details

#propagation_stopped?Boolean

Returns:

  • (Boolean)


30
31
32
# File 'lib/eventception/event.rb', line 30

def propagation_stopped?
  propagation_stopped
end

#stop_propagationObject



34
35
36
# File 'lib/eventception/event.rb', line 34

def stop_propagation
  @propagation_stopped = true
end