001package jmri.jmrix;
002
003/**
004 * Interface for objects that handle configuring a layout connection.
005 * <p>
006 * General design documentation is available on the 
007 * <a href="http://jmri.org/help/en/html/doc/Technical/SystemStructure.shtml">Structure of External System Connections page</a>.
008 *
009 * @author Bob Jacobsen Copyright (C) 2001, 2003
010 * @see JmrixConfigPane
011 * @see PortAdapter
012 */
013public interface StreamConnectionConfig extends ConnectionConfig {
014}