Class DBusConnection.SigHandler

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SigHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(DBusSignal _signal)
      Handle a signal.
      • Methods inherited from class java.lang.Object

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

      • SigHandler

        private SigHandler()
    • Method Detail

      • handle

        public void handle​(DBusSignal _signal)
        Description copied from interface: DBusSigHandler
        Handle a signal.
        Specified by:
        handle in interface DBusSigHandler<DBusSignal>
        Parameters:
        _signal - The signal to handle. If such a class exists, the signal will be an instance of the class with the correct type signature. Otherwise it will be an instance of DBusSignal