Interface IRunnerSupport

All Known Implementing Classes:
JavaScriptSupport, JRubySupport, JythonSupport

public interface IRunnerSupport
This interface provides script language specific methods which are non a part of ScriptRunner classes. These methods may be used both in case of a script running from IDE or from sikulixapi library without IDE.
  • Method Summary

    Modifier and Type Method Description
    boolean runObserveCallback​(Object[] args)
    Run callback for observers.
  • Method Details

    • runObserveCallback

      boolean runObserveCallback​(Object[] args)
      Run callback for observers.
      Parameters:
      args - is array for two elements. First is a callback object. Second is an event.
      Returns:
      true if the callback was ran correctly. False in other cases.