org.freedesktop.dbus
Interface CallbackHandler<ReturnType>


public interface CallbackHandler<ReturnType>

Interface for callbacks in async mode


Method Summary
 void handle(ReturnType r)
           
 void handleError(DBusExecutionException e)
           
 

Method Detail

handle

void handle(ReturnType r)

handleError

void handleError(DBusExecutionException e)