blob: 2caca12eecadfac3b57abcf13f645b27c9ae9bb3 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2012 EclipseSource Muenchen GmbH and others.
*
* All rights reserved. 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:
* wesendon - initial API and implementation
*
*******************************************************************************/
package org.eclipse.emf.ecp.core.util.observer;
/**
* Universal observer super interface. To be used with an ObserverBus. Can be used to discover available observer types
* using the type hierarchy.
*
* @author wesendon
*/
public interface ECPObserver {
}