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