Class IdentifyLoco

java.lang.Object
jmri.jmrit.AbstractIdentify
jmri.jmrit.roster.IdentifyLoco
All Implemented Interfaces:
EventListener, ProgListener

public abstract class IdentifyLoco extends AbstractIdentify
Interact with a programmer to identify the RosterEntry for a loco on the programming track.

This is a class (instead of a Roster member function) to simplify use of ProgListener callbacks. It is abstract as we expect that local classes will define the message and done members.

See Also: