Class: Pione::Command::PioneNotificationListener
- Inherits:
-
BasicCommand
- Object
- Rootage::Scenario
- Rootage::Command
- Rootage::StandardCommand
- BasicCommand
- Pione::Command::PioneNotificationListener
- Defined in:
- lib/pione/command/pione-notification-listener.rb
Overview
PioneNotificationListener
is a command that listens notification
messages and sends it to registered receivers.
Instance Attribute Summary
Attributes inherited from Rootage::Command
#argument_definition, #argv, #option_definition
Attributes inherited from Rootage::Scenario
#args, #current_phase, #exit_status, #info, #model, #running_thread
Method Summary
Methods inherited from BasicCommand
Methods inherited from Rootage::StandardCommand
execution, setup, #terminate, termination
Methods inherited from Rootage::Command
#<<, define_subcommand, #exit, has_subcommands?, inherited, init, #initialize, #program_name, #run, #scenario_name, toplevel?
Methods inherited from Rootage::Scenario
#<<, #abort, define_action, #exit, inherited, #initialize, make, require, #run, run, scenario_name
Methods included from Rootage::ScenarioInterface
#define, #define_phase, #desc, #phase, #phase_class, #process_context_class, #scenario_name
Constructor Details
This class inherits a constructor from Rootage::Command