Interface Client.OnLocationUpdated

Enclosing class:
Client
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Client.OnLocationUpdated
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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.
      Parameters:
      arg_old - Argument.
      arg_new - Argument.