Package jmri.jmrix.openlcb
Class OlcbProgrammer.ProgTrackListener
- java.lang.Object
-
- org.openlcb.AbstractConnection
-
- org.openlcb.MessageDecoder
-
- jmri.jmrix.openlcb.OlcbProgrammer.ProgTrackListener
-
- All Implemented Interfaces:
Connection
- Enclosing class:
- OlcbProgrammer
class OlcbProgrammer.ProgTrackListener extends MessageDecoder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openlcb.Connection
Connection.ConnectionListener
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
isRegistered
-
Constructor Summary
Constructors Constructor Description ProgTrackListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleProducerIdentified(ProducerIdentifiedMessage msg, Connection sender)
-
Methods inherited from class org.openlcb.MessageDecoder
defaultHandler, handleConsumerIdentified, handleConsumerRangeIdentified, handleDatagram, handleDatagramAcknowledged, handleDatagramRejected, handleIdentifyConsumers, handleIdentifyEventsAddressed, handleIdentifyEventsGlobal, handleIdentifyProducers, handleInitializationComplete, handleLearnEvent, handleOptionalIntRejected, handleProducerConsumerEventReport, handleProducerRangeIdentified, handleProtocolIdentificationReply, handleProtocolIdentificationRequest, handleSimpleNodeIdentInfoReply, handleSimpleNodeIdentInfoRequest, handleStreamDataComplete, handleStreamDataProceed, handleStreamDataSend, handleStreamInitiateReply, handleStreamInitiateRequest, handleTractionControlReply, handleTractionControlRequest, handleTractionProxyReply, handleTractionProxyRequest, handleUnknownMTI, handleVerifiedNodeIDNumber, handleVerifyNodeIDNumberAddressed, handleVerifyNodeIDNumberGlobal, put
-
Methods inherited from class org.openlcb.AbstractConnection
registerStartNotification
-
-
-
-
Field Detail
-
isRegistered
boolean isRegistered
-
-
Constructor Detail
-
ProgTrackListener
ProgTrackListener()
-
-
Method Detail
-
handleProducerIdentified
public void handleProducerIdentified(ProducerIdentifiedMessage msg, Connection sender)
- Overrides:
handleProducerIdentified
in classMessageDecoder
-
-