Package edu.wisc.ssec.mcidasv.jython
Class RegisterCallbackCommand
java.lang.Object
edu.wisc.ssec.mcidasv.jython.Command
edu.wisc.ssec.mcidasv.jython.RegisterCallbackCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Interpreter interpreter) Hook to provide various implementations of command execution.Methods inherited from class edu.wisc.ssec.mcidasv.jython.Command
getInputStream
-
Field Details
-
callback
-
-
Constructor Details
-
RegisterCallbackCommand
-
-
Method Details
-
execute
Description copied from class:Command
Hook to provide various implementations of command execution.- Specified by:
execute
in classCommand
- 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.
-