Package ch.bailu.gtk.gio
Schnittstelle AppInfoIface.OnLaunchUris
- 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 TypMethodeBeschreibungbooleanonLaunchUris(CallbackHandler __self, AppInfo appinfo, List uris, AppLaunchContext context)
-
Methodendetails
-
onLaunchUris
boolean onLaunchUris(CallbackHandler __self, @Nonnull AppInfo appinfo, @Nullable List uris, @Nullable AppLaunchContext context) - Parameter:
appinfo- the app infouris- a list of URIs to launch.context- the launch context- Gibt zurück:
- `TRUE` on successful launch, `FALSE` otherwise.
-