?? scanoncelistener.java
字號:
package org.placelab.spotter;/** * SpotterListeners that also implement this interface will be notified * when the background operation for {@link Spotter#scanOnce()} concludes. */public interface ScanOnceListener extends SpotterListener { /** * Sent when a Spotter doing scanOnce concludes its operation. * @param sender the Spotter that has concluded its scanOnce operation * @see Spotter#scanOnce() * @see Spotter#scanOnce(EventSystem) */ public void endOfScan(Spotter sender);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -