Interface IRunnerSupport

  • All Known Implementing Classes:
    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 Detail

      • 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.