blob: 32e6634eff03c9fa4d22c9a9fa8e80159bc1a1a7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016, 2018 Obeo.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors: Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.eef.core.api.controllers;
/**
* The controller of the section.
*
* @author sbegaudeau
*/
public interface IEEFSectionController extends IEEFController, IEEFToolbarActionController {
// do nothing for now
}