blob: 7c1688bbf6a4eaa9d28a6f6431d2a316d00346e0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2007 Boeing.
* 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:
* Boeing - initial API and implementation
*******************************************************************************/
package org.eclipse.osee.ote.messaging.dds.listener;
/**
* This is the base interface for all of the DDS listener interfaces. The sole purpose of this interface is to provide a
* common root for all of the DDS listener interfaces.
*
* @author Robert A. Fisher
* @author David Diepenbrock
*/
public interface Listener {
}