JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.freedesktop.dbus
Package
org.freedesktop.dbus.interfaces
Interface CallbackHandler<T>
public interface
CallbackHandler<T>
Interface for callbacks in async mode
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handle
(
T
_r)
void
handleError
(
DBusExecutionException
_ex)
Method Details
handle
void
handle
(
T
_r)
handleError
void
handleError
(
DBusExecutionException
_ex)