org.freedesktop.dbus.interfaces.DBusInterfacepublic class Prompt extends Prompt
Prompt.Completed| Modifier and Type | Field | Description |
|---|---|---|
static List<Class<? extends org.freedesktop.dbus.messages.DBusSignal>> |
signals |
connection, interfaceName, msg, objectPath, serviceName, sh| Modifier and Type | Method | Description |
|---|---|---|
Prompt.Completed |
await(org.freedesktop.dbus.ObjectPath path) |
Await the user interaction with the prompt.
|
void |
dismiss() |
Dismiss the prompt.
|
String |
getObjectPath() |
|
boolean |
isRemote() |
|
void |
prompt(String window_id) |
Perform the prompt.
|
void |
prompt(org.freedesktop.dbus.ObjectPath prompt) |
Perform the prompt.
|
getAllProperties, getConnection, getInterfaceName, getMessageHandler, getPath, getProperty, getServiceName, getSignalHandler, send, send, setPropertypublic Prompt(Service service)
public void prompt(String window_id)
Promptprompt in class Promptwindow_id - Platform specific window handle to use for showing the prompt.Prompt.Completedpublic void prompt(org.freedesktop.dbus.ObjectPath prompt)
throws NoSuchObject
Promptprompt in class Promptprompt - Objectpath of the prompt.NoSuchObjectPrompt.Completedpublic Prompt.Completed await(org.freedesktop.dbus.ObjectPath path)
Promptawait in class Promptpath - Objectpath of the prompt.Prompt.Completedpublic void dismiss()
Promptpublic boolean isRemote()
public String getObjectPath()
getObjectPath in interface org.freedesktop.dbus.interfaces.DBusInterfacegetObjectPath in class MessagingCopyright © 2019. All rights reserved.