Class OlcbProgrammer.ProgTrackListener

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.openlcb.Connection

        org.openlcb.Connection.ConnectionListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean isRegistered  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleProducerIdentified​(org.openlcb.ProducerIdentifiedMessage msg, org.openlcb.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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • handleProducerIdentified

        public void handleProducerIdentified​(org.openlcb.ProducerIdentifiedMessage msg,
                                             org.openlcb.Connection sender)
        Overrides:
        handleProducerIdentified in class org.openlcb.MessageDecoder