blob: 065885ecb621ee5d4429ce5cbe0ed648fde43158 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.stem.loggers;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Asynchronous Logger</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.stem.loggers.SimulationLoggerPackage#getAsynchronousLogger()
* @model interface="true" abstract="true"
* @generated
*/
public interface AsynchronousLogger extends SimulationLogger {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) 2011 IBM Corporation and others.\nAll rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public License v1.0\nwhich accompanies this distribution, and is available at\nhttp://www.eclipse.org/legal/epl-v10.html\n\nContributors:\n IBM Corporation - initial API and implementation";
} // AsynchronousLogger