Interface NetworkContext.NetworkInitializedListener

Enclosing class:
NetworkContext

public static interface NetworkContext.NetworkInitializedListener
A listener that gets informed if the network layer was initialized.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called if the network layer got initialized.
  • Method Details

    • onNetworkInitialized

      void onNetworkInitialized(NetworkContext networkContext)
      Called if the network layer got initialized.

      After initialization NetworkContext.get() is able to be called to retrieve the context in a later phase application

      Parameters:
      networkContext - the connection context after initialization for further processing