?? readernotificationchannellistener.java
字號(hào):
import org.fosstrak.reader.rp.proxy.NotificationChannelListener;
import org.fosstrak.reader.rprm.core.msg.notification.Notification;
public class ReaderNotificationChannelListener implements NotificationChannelListener {
public void dataReceived(Notification notification) {
System.out.println("Notification received: " + notification);
// add your code to process notification message here
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -