blob: f1989d31a9fa6fd44fc75e45b229455dcca5d2b2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2011 SAP AG
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Lazar Kirchev, SAP AG - initial API and implementation
*******************************************************************************/
package org.eclipse.equinox.console.telnet;
public interface Callback {
public void finished();
}