Module: Roby::EventGenerator::FinalizedEventHook
- Included in:
- Plan
- Defined in:
- lib/roby/event.rb
Overview
This module is hooked in Roby::Plan to remove from the event_gathering sets the events that have been finalized
Instance Method Summary collapse
Instance Method Details
#finalized_event(event) ⇒ Object
712 713 714 715 |
# File 'lib/roby/event.rb', line 712 def finalized_event(event) super if defined? super event.unreachable! end |