Interface Prompt

All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface
All Known Implementing Classes:
Prompt

public interface Prompt
extends org.freedesktop.dbus.interfaces.DBusInterface
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  Prompt.Completed  
  • Method Summary

    Modifier and Type Method Description
    void dismiss()
    Dismiss the prompt.
    void prompt​(String window_id)
    Perform the prompt.
    void prompt​(org.freedesktop.dbus.ObjectPath prompt)
    Perform the prompt.

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • prompt

      void prompt​(String window_id)
      Perform the prompt.
      Parameters:
      window_id - Platform specific window handle to use for showing the prompt.
      See Also:
      Prompt.Completed
    • prompt

      void prompt​(org.freedesktop.dbus.ObjectPath prompt) throws NoSuchObject
      Perform the prompt.
      Parameters:
      prompt - Objectpath of the prompt.
      Throws:
      NoSuchObject - No such item or collection exists.
      See Also:
      Prompt.Completed
    • dismiss

      void dismiss()
      Dismiss the prompt.