Class SerialSensorAdapter.SerialNotifier

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    SerialSensorAdapter

    static class SerialSensorAdapter.SerialNotifier
    extends java.lang.Object
    implements java.lang.Runnable
    Internal class to remember the Message object and destination listener when a message is queued for notification.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String mSensor  
      (package private) boolean mValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      SerialNotifier​(java.lang.String pSensor, boolean pValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • SerialNotifier

        SerialNotifier​(java.lang.String pSensor,
                       boolean pValue)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable