blob: 3b2e5f2974396516648a27655649cd17a3ebf526 [file] [log] [blame]
/*
* Copyright (c) 2009, 2011 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Gabriel Barbier (Mia-Software) - initial API and implementation
* Fabien Giquel (Mia-Software)
*/
package org.eclipse.modisco.infra.discovery.ui.internal.launch;
public interface DiscovererUpdate {
public void update();
}