001package jmri.jmrix.sprog; 002 003/** 004 * [describe the SlotListener class here] 005 * 006 * @author Bob Jacobsen Copyright (C) 2001 Andrew Crosland (c) 2006 ported for 007 * SPROG 008 */ 009public interface SprogSlotListener extends java.util.EventListener { 010 011 // This and the LocoNet equivalent should probably be re-factored 012 // to a higher place in the hierarchy 013 void notifyChangedSlot(SprogSlot s); 014}