blob: 9917dd058c25c88ef1958d97a5ec31138cf612c1 [file] [log] [blame]
/****************************************************************************
* Copyright (c) 2014 Composent, Inc. and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Composent, Inc. - initial API and implementation
*
* SPDX-License-Identifier: EPL-2.0
*****************************************************************************/
package org.eclipse.ecf.remoteservice.asyncproxy;
public interface IAsyncProxyCompletable {
void handleComplete(Object result, boolean hadException, Throwable exception);
}