📄 estimatelistener.java
字号:
/* * Created on Jun 16, 2004 * */package org.placelab.client.tracker;import org.placelab.core.Measurement;/** * An EstimateListener can be registered with a {@link Tracker} to be * notified when the Tracker updates. */public interface EstimateListener { /** * Implement this method to respond to updates from the Tracker(s) * you are registered with. * @param t the Tracker producing the Estimate * @param e the Estimate produced by the Tracker * @param m the latest Measurement used by the Tracker to produce the Estimate */ public void estimateUpdated(Tracker t, Estimate e, Measurement m);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -