Schnittstelle AppInfoIface.OnLaunch

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

@FunctionalInterface public static interface AppInfoIface.OnLaunch
  • Methodendetails

    • onLaunch

      boolean onLaunch(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nullable List files, @Nullable AppLaunchContext context)
      Parameter:
      appinfo - the app info
      files - a list of [iface@Gio.File] objects
      context - the launch context
      Gibt zurück:
      `TRUE` on successful launch, `FALSE` otherwise.