📄 scanoncelistener.java
字号:
package org.placelab.spotter;import org.placelab.eventsystem.EventSystem;/** * 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 + -