📄 stumblerfunnelupdatelistener.java
字号:
package org.placelab.stumbler;import java.util.Hashtable;/** * After the StumblerFunnel pulses, it shoots out updates to all of its updateListeners * with a Hashtable where StumblerSpotters key to Vectors of MeasurementPackages * */public interface StumblerFunnelUpdateListener { /** * This message is sent after every StumblerFunnel has new data available * Note that this callback is sent in the thread that the StumblerUpdateListener used to * subscribe itself to the StumblerFunnel. * @param measurements updates each StumblerSpotter keys to its MeasurementPackages * for this update. */ public void stumblerUpdated(Hashtable measurements); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -