blob: 2529b98210721d0950f84fa9eba37820ed1b832f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 Mia-Software.
* 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:
* Gr�goire Dup� (Mia-Software) - Bug 365808 - [Unit Test Failure][0.2/4.2][0.2/3.8] org.eclipse.modisco.facet.widgets.nattable.tests.NatTableAPITests
* Gr�goire Dup� (Mia-Software) - Bug 367153 - synchronization utilities
*******************************************************************************/
package org.eclipse.modisco.facet.util.ui.internal.exported.displaysync;
public interface IRunnable<T extends Object, E extends Exception> {
T run() throws E;
}