Module: Msf::UiEventSubscriber
- Included in:
- FrameworkEventSubscriber
- Defined in:
- lib/msf/ui_event_subscriber.rb
Instance Method Summary collapse
Instance Method Details
#on_ui_command(line) ⇒ Object
5 6 |
# File 'lib/msf/ui_event_subscriber.rb', line 5 def on_ui_command(line) end |
#on_ui_start ⇒ Object
11 12 |
# File 'lib/msf/ui_event_subscriber.rb', line 11 def on_ui_start() end |
#on_ui_stop ⇒ Object
8 9 |
# File 'lib/msf/ui_event_subscriber.rb', line 8 def on_ui_stop() end |