devicemanagertest.java
来自「一个开源的rfid middleware 资料」· Java 代码 · 共 29 行
JAVA
29 行
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 + =
减小字号Ctrl + -
显示快捷键?