Interface ConsoleCallback

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

public interface ConsoleCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after the console has run a block of Jython.
  • Method Details

    • ranBlock

      void ranBlock(String block)
      Called after the console has run a block of Jython.
      Parameters:
      block - The Jython block that was run.