提交 1f7e421e authored 作者: Thomas Mueller's avatar Thomas Mueller

DatabaseEventListener now calls setProgress whenever a statement starts and ends.

上级 fc7c05cd
...@@ -89,7 +89,7 @@ public interface DatabaseEventListener extends EventListener { ...@@ -89,7 +89,7 @@ public interface DatabaseEventListener extends EventListener {
* @param state the state * @param state the state
* @param name the object name * @param name the object name
* @param x the current position * @param x the current position
* @param max the highest value, -1 if the max value is unknown * @param max the highest possible value (might be 0)
*/ */
void setProgress(int state, String name, int x, int max); void setProgress(int state, String name, int x, int max);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论