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 Detail
-
handle
void handle(ReturnType r)
-
handleError
void handleError(DBusExecutionException e)
-
-