001package jmri.jmrix; 002 003import jmri.SystemConnectionMemo; 004 005public interface ConfiguringSystemConnectionMemo extends SystemConnectionMemo { 006 007 /** 008 * Configure the common managers associated with the System Connection memo. 009 */ 010 void configureManagers(); 011 012}