edu.wisc.ssec.mcidasv.jython
Interface ConsoleCallback

All Known Implementing Classes:
DummyCallbackHandler, HydraCombo.CombinationPanel, LinearCombo

public interface ConsoleCallback


Method Summary
 void ranBlock(String block)
          Called after the console has run a block of Jython.
 

Method Detail

ranBlock

void ranBlock(String block)
Called after the console has run a block of Jython.

Parameters:
block - The Jython block that was run.