Package org.sikuli.script.runnerSupport
Interface IRunnerSupport
-
- All Known Implementing Classes:
JRubySupport,JythonSupport
public interface IRunnerSupportThis 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrunObserveCallback(Object[] args)Run callback for observers.
-
-
-
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.
-
-