Module: Hackle::UserEventProcessor
- Included in:
- DefaultUserEventProcessor
- Defined in:
- lib/hackle/internal/event/user_event_processor.rb
Instance Method Summary collapse
Instance Method Details
#process(event) ⇒ Object
8 |
# File 'lib/hackle/internal/event/user_event_processor.rb', line 8 def process(event) end |
#resume ⇒ Object
16 17 |
# File 'lib/hackle/internal/event/user_event_processor.rb', line 16 def resume end |
#start ⇒ Object
10 11 |
# File 'lib/hackle/internal/event/user_event_processor.rb', line 10 def start end |
#stop ⇒ Object
13 14 |
# File 'lib/hackle/internal/event/user_event_processor.rb', line 13 def stop end |