public interface DBusSigHandler<T extends DBusSignal>
Modifier and Type | Method and Description |
---|---|
void |
handle(T s)
Handle a signal.
|
void handle(T s)
s
- 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