📄 devicemanagertest.java
字号:
package org.firstopen.singularity.devicemgr;
import java.rmi.RemoteException;
import org.firstopen.singularity.devicemgr.common.DeviceECSpec;
import org.firstopen.singularity.devicemgr.filter.Event;
public class DeviceManagerTest extends DeviceManagerAbstractImpl {
@Override
public void sendRemoteEvent(DeviceECSpec ecSpecProfile) {
log.info(ecSpecProfile.getSpecName());
}
/* (non-Javadoc)
* @see org.firstopen.singularity.devicemgr.DeviceManager#notify(org.firstopen.singularity.devicemgr.Event)
*/
public void notify(Event serviceEvent) throws RemoteException, Exception {
// TODO Auto-generated method stub
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -