Interface INetworkCarrier

All Known Implementing Classes:
NetworkCarrierDefault

public interface INetworkCarrier
Capability for holding a network.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the current container network.
    void
    Tell the container it is part of the given network.
  • Method Details

    • setNetwork

      void setNetwork(@Nullable INetwork network)
      Tell the container it is part of the given network.
      Parameters:
      network - The network.
    • getNetwork

      INetwork getNetwork()
      Get the current container network. Can be null.
      Returns:
      The network.