JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
org.freedesktop.dbus
org.freedesktop.dbus.interfaces
CallbackHandler
Contents
Description
Method Summary
Method Details
handle(T)
handleError(DBusExecutionException)
Hide sidebar
Show sidebar
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)