Package jmri.jmrix.qsi
Interface QsiListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
QsiMonFrame
,QsiProgrammer
public interface QsiListener extends java.util.EventListener
Defines the interface for listening to traffic on the QSI communications link.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
message(QsiMessage m)
void
reply(QsiReply m)
-
-
-
Method Detail
-
message
void message(QsiMessage m)
-
-