⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 devicemanagertest.java

📁 一个开源的rfid middleware 资料
💻 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 + -