blob: 09f485cf5a894ddb5922f8061524736313bfbc6d [file] [log] [blame]
/**
* Copyright (c) 2018 CEA.
* 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
*
* Contributors:
* CEA - initial API and implementation and/or initial documentation
*/
package org.eclipse.sensinact.studio.preferences;
public interface ConfigurationListerner {
void gatewayAddedOrUpdatedNotif(GatewayHttpConfig gateway);
void gatewayRemovedNotif(String name);
void studioPortUpdatedNotif(int port);
}