Schnittstelle Client.OnLocationUpdated

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

@FunctionalInterface public static interface Client.OnLocationUpdated
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onLocationUpdated(Str arg_old, Str arg_new)
    On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-freedesktop-GeoClue2-Client.LocationUpdated">"LocationUpdated"</link> is received.
  • Methodendetails

    • onLocationUpdated

      void onLocationUpdated(@Nonnull Str arg_old, @Nonnull Str arg_new)
      On the client-side, this signal is emitted whenever the D-Bus signal <link linkend="gdbus-signal-org-freedesktop-GeoClue2-Client.LocationUpdated">"LocationUpdated"</link> is received.

      On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
      Parameter:
      arg_old - Argument.
      arg_new - Argument.