edu.wisc.ssec.mcidasv.jython
Class DummyCallbackHandler

java.lang.Object
  extended by edu.wisc.ssec.mcidasv.jython.DummyCallbackHandler
All Implemented Interfaces:
ConsoleCallback

public class DummyCallbackHandler
extends Object
implements ConsoleCallback


Constructor Summary
DummyCallbackHandler()
           
 
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
 

Constructor Detail

DummyCallbackHandler

public DummyCallbackHandler()
Method Detail

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.