Class RegisterCallbackCommand

java.lang.Object
edu.wisc.ssec.mcidasv.jython.Command
edu.wisc.ssec.mcidasv.jython.RegisterCallbackCommand

  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public void execute(Interpreter interpreter) throws Exception
      Description copied from class: Command
      Hook to provide various implementations of command execution.
      Specified by:
      execute in class Command
      Parameters:
      interpreter - Jython interpreter that will execute the command.
      Throws:
      Exception - An error was encountered executing the command. Jython will catch three standard Python exceptions: SyntaxError, ValueError, and OverflowError. Other exceptions are thrown.