Schnittstelle Application.OnOpen

Umschließende Klasse:
Application
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface Application.OnOpen
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onOpen(Pointer files, int n_files, Str hint)
    The ::open signal is emitted on the primary instance when there are
    files to open.
  • Methodendetails

    • onOpen

      void onOpen(@Nonnull Pointer files, int n_files, @Nonnull Str hint)
      The ::open signal is emitted on the primary instance when there are
      files to open. See g_application_open() for more information.
      Parameter:
      files - an array of #GFiles
      n_files - the length of @files
      hint - a hint provided by the calling instance