📄 resultlistener.java
字号:
/** ResultListener is an interface to delivery query results to the various UI panels that are a part of the TinyDB java tools. Implementers of this class register themselves with TinyDBNetwork.java, which will notify them when a result for the appropirate query arrives.*/package net.tinyos.tinydb;public interface ResultListener { void addResult(QueryResult qr);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -