Class AbstractSignalHandlerBase<T extends DBusSignal>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Class<T> getImplementationClass()
      Signal-Class which is implemented in subclasses of this class.
      • Methods inherited from class java.lang.Object

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

      • AbstractSignalHandlerBase

        public AbstractSignalHandlerBase()
    • Method Detail

      • getImplementationClass

        public abstract java.lang.Class<T> getImplementationClass()
        Signal-Class which is implemented in subclasses of this class.
        Returns:
        Class