Uses of Interface
edu.wisc.ssec.mcidasv.jython.ConsoleCallback
Packages that use ConsoleCallback
Package
Description
McIDAS-V specific controls.
-
Uses of ConsoleCallback in edu.wisc.ssec.mcidasv.control
Classes in edu.wisc.ssec.mcidasv.control that implement ConsoleCallback -
Uses of ConsoleCallback in edu.wisc.ssec.mcidasv.jython
Classes in edu.wisc.ssec.mcidasv.jython that implement ConsoleCallbackFields in edu.wisc.ssec.mcidasv.jython declared as ConsoleCallbackModifier and TypeFieldDescriptionprivate ConsoleCallback
Console.callback
A hook that allows external classes to respond to events.private ConsoleCallback
Interpreter.callback
A hook that allows external classes to respond to events.private final ConsoleCallback
RegisterCallbackCommand.callback
Methods in edu.wisc.ssec.mcidasv.jython with parameters of type ConsoleCallbackModifier and TypeMethodDescriptionvoid
Console.setCallbackHandler
(ConsoleCallback newHandler) Registers a new callback handler with the console.protected void
Interpreter.setCallbackHandler
(ConsoleCallback newCallback) Registers a new callback handler with the interpreter.(package private) void
Runner.setCallbackHandler
(ConsoleCallback newCallback) Registers a new callback handler.Constructors in edu.wisc.ssec.mcidasv.jython with parameters of type ConsoleCallback