blob: 7e4863b45e7d4695a61149e9edd25fadcb3e11e5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 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:
* Hisashi MIYASHITA - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.ai.fennec.treemanager;
/**
* ILocation represents a location of the current position on the tree. This
* interface is the place holder of the implementation. The implementation is
* used only internal classes, but you can get a location and restore the
* location through the ILocation.
*/
public interface ILocation {
}