Package ch.bailu.gtk.geoclue
Schnittstelle ClientIface.OnLocationUpdated
- Umschließende Klasse:
ClientIface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onLocationUpdated
(CallbackHandler __self, Client object, Str arg_old, Str arg_new)
-
Methodendetails
-
onLocationUpdated
void onLocationUpdated(CallbackHandler __self, @Nonnull Client object, @Nonnull Str arg_old, @Nonnull Str arg_new) - Parameter:
object
-arg_old
-arg_new
-
-