JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.freedesktop.dbus
Interface DBusSigHandler<T extends
DBusSignal
>
All Known Implementing Classes:
DBusConnection.PeerSet
public interface
DBusSigHandler<T extends
DBusSignal
>
Handle a signal on DBus. All Signal handlers are run in their own Thread. Application writers are responsible for managing any concurrency issues.
Method Summary
Methods
Modifier and Type
Method and Description
void
handle
(
T
s)
Handle a signal.
Method Detail
handle
void handle(
T
s)
Handle a signal.
Parameters:
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
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method