blob: 8bc69ab5622bdbc36875a1a80428e83be89eb4f2 [file] [log] [blame]
/**
* Copyright (c) 2011 Forschungszentrum Juelich GmbH
* 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:
* Claudia Knobloch, FZ Juelich
*/
package org.eclipse.ptp.rm.lml.ui.providers;
import org.eclipse.ui.part.ViewPart;
public abstract class LMLViewPart extends ViewPart{
public abstract void prepareDispose();
}