edu.wisc.ssec.mcidasv.jython
Class DummyCallbackHandler
java.lang.Object
edu.wisc.ssec.mcidasv.jython.DummyCallbackHandler
- All Implemented Interfaces:
- ConsoleCallback
public class DummyCallbackHandler
- extends Object
- implements ConsoleCallback
Method Summary |
void |
ranBlock(String line)
Called after the console has run a block of Jython. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyCallbackHandler
public DummyCallbackHandler()
ranBlock
public void ranBlock(String line)
- Description copied from interface:
ConsoleCallback
- Called after the console has run a block of Jython.
- Specified by:
ranBlock
in interface ConsoleCallback
- Parameters:
line
- The Jython block that was run.