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