Uses of Class
org.freedesktop.dbus.messages.MethodCall
Packages that use MethodCall
Package
Description
-
Uses of MethodCall in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return MethodCallConstructors in org.freedesktop.dbus with parameters of type MethodCallModifierConstructorDescriptionDBusAsyncReply(MethodCall _mc, Method _me, AbstractConnection _conn) -
Uses of MethodCall in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return types with arguments of type MethodCallModifier and TypeMethodDescriptionprotected Map<Long,MethodCall> AbstractConnection.getPendingCalls()Methods in org.freedesktop.dbus.connections with parameters of type MethodCallModifier and TypeMethodDescriptionCallbackHandler<? extends Object>PendingCallbackManager.getCallback(MethodCall _methodCall) PendingCallbackManager.getCallbackReply(MethodCall _methodCall) voidAbstractConnection.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback) voidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection) CallbackHandler<? extends Object>PendingCallbackManager.removeCallback(MethodCall _methodCall) -
Uses of MethodCall in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return MethodCallMethods in org.freedesktop.dbus.messages with parameters of type MethodCallConstructors in org.freedesktop.dbus.messages with parameters of type MethodCallModifierConstructorDescriptionMethodReturn(String _source, MethodCall _mc, String _sig, Object... _args) MethodReturn(MethodCall _mc, String _sig, Object... _args)