Package jmri.jmrix.ieee802154
Interface IEEE802154Listener
-
- All Superinterfaces:
AbstractMRListener
,java.util.EventListener
- All Known Implementing Classes:
IEEE802154MonPane
public interface IEEE802154Listener extends AbstractMRListener
Listener interface to be notified about serial traffic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
message(IEEE802154Message m)
void
reply(IEEE802154Reply m)
-
-
-
Method Detail
-
message
void message(IEEE802154Message m)
-
reply
void reply(IEEE802154Reply m)
-
-