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)


11
12
13
# File 'lib/eventception/event.rb', line 11

def propagation_stopped?
  propagation_stopped
end

#stop_propagationObject



15
16
17
# File 'lib/eventception/event.rb', line 15

def stop_propagation
  @propagation_stopped = true
end