Interface INetworkCarrier
- All Known Implementing Classes:
NetworkCarrierDefault
public interface INetworkCarrier
Capability for holding a network.
-
Method Summary
Modifier and TypeMethodDescriptionGet the current container network.void
setNetwork
(INetwork network) Tell the container it is part of the given network.
-
Method Details
-
setNetwork
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.
-