Interface NetworkMonitorInterface.OnCanReachFinish

Enclosing class:
NetworkMonitorInterface
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 NetworkMonitorInterface.OnCanReachFinish
  • Method Details

    • onCanReachFinish

      boolean onCanReachFinish(CallbackHandler __self, @Nonnull NetworkMonitor monitor, @Nonnull AsyncResult result)
      Parameters:
      monitor - a #GNetworkMonitor
      result - a #GAsyncResult
      Returns:
      %TRUE if network is reachable, %FALSE if not.