Class ActivateInstrument

  • All Implemented Interfaces:
    Command

    public class ActivateInstrument
    extends InstrumentCommand
    This action activates an instrument.
    Author:
    Arnaud Blouin
    • Constructor Detail

      • ActivateInstrument

        public ActivateInstrument​(Instrument<?> instrument)
        Creates the command.
        Parameters:
        instrument - The instrument to activate.
    • Method Detail

      • doCmdBody

        protected void doCmdBody()
        Description copied from class: CommandImpl
        This method contains the statements to execute the command. This method is automatically called by DoIt and must not be called explicitly.
        Specified by:
        doCmdBody in class CommandImpl