blob: 709380d9efaef4eccc0eca2f54d858a1992711c9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016 Orange.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.eclipse.om2m.sdt.home.lifx;
public interface LIFXDiscoveredDeviceListener {
public void notifyDeviceArrived(LIFXDevice lifxDevice);
public void notifyDeviceLeft(LIFXDevice lifxDevice);
}