Package ch.bailu.gtk.gio
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onLaunch
(CallbackHandler __self, AppInfo appinfo, List files, AppLaunchContext context)
-
Methodendetails
-
onLaunch
boolean onLaunch(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nullable List files, @Nullable AppLaunchContext context) - Parameter:
appinfo
- the app infofiles
- a list of [iface@Gio.File] objectscontext
- the launch context- Gibt zurück:
- `TRUE` on successful launch, `FALSE` otherwise.
-