001package jmri.jmrix.rfid;
002
003/**
004 * Connect to an IdTag
005 * <hr>
006 * This file is part of JMRI.
007 * <p>
008 * JMRI is free software; you can redistribute it and/or modify it under the
009 * terms of version 2 of the GNU General Public License as published by the Free
010 * Software Foundation. See the "COPYING" file for a copy of this license.
011 * <p>
012 * JMRI is distributed in the hope that it will be useful, but WITHOUT ANY
013 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
014 * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
015 *
016 * @author Matthew Harris Copyright (C) 2011
017 * @since 2.11.4
018 */
019public interface RfidTagListener extends jmri.IdTagListener {
020
021    // Interface moved to IdTagListener.  kept until removed or extended.
022    // void notify(IdTag r);
023
024}