Package org.omegat.gui.scripting
Interface IScriptLogger
-
- All Known Implementing Classes:
ConsoleBindings
public interface IScriptLogger
Used to display results in the scripting window
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
void
print(java.lang.Object o)
void
println(java.lang.Object o)
-