org.freedesktop.dbus

Interface CallbackHandler<ReturnType>

public interface CallbackHandler<ReturnType>

Interface for callbacks in async mode
Method Summary
voidhandle(ReturnType r)

Method Detail

handle

public void handle(ReturnType r)