001package jmri.jmrix.loconet; 002 003/** 004 * Interface for marking a class as using slot status information 005 * from the loconet.SlotManager. 006 * 007 * Objects of this type are registered with the 008 * SlotManager to indicate 009 * that status information is being used, so the {@link SlotManager} 010 * should accumulate it. 011 * 012 * @author Bob Jacobsen (C) 2026 013 */ 014public interface SlotStatusUser { 015 016}