Package ch.bailu.gtk.geoclue
Interface ClientIface.OnLocationUpdated
- Enclosing class:
- ClientIface
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLocationUpdated
(CallbackHandler __self, Client object, Str arg_old, Str arg_new)
-
Method Details
-
onLocationUpdated
void onLocationUpdated(CallbackHandler __self, @Nonnull Client object, @Nonnull Str arg_old, @Nonnull Str arg_new) - Parameters:
object
-arg_old
-arg_new
-
-