| Modifier and Type | Method and Description |
|---|---|
NetworkEnvironmentListener |
NetworkEnvironment.getNetworkEnvironmentListener(int index)
Return the
NetworkEnvironmentListener with the given index. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkEnvironmentListener> |
NetworkEnvironment.getAllNetworkEnvironmentListeners()
Returns a
List containing all NetworkEnvironmentListeners currently installed on this NetworkEnvironment. |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkEnvironment.addNetworkEnvironmentListener(NetworkEnvironmentListener l)
Adds the given
NetworkEnvironmentListener to this NetworkEnvironment |
void |
NetworkEnvironment.removeNetworkEnvironmentListener(NetworkEnvironmentListener l)
Removes the given
NetworkEnvironmentListener from this NetworkEnvironment |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkEnvironment.addAllNetworkEnvironmentListeners(java.util.List<NetworkEnvironmentListener> listeners)
Adds all
NetworkEnvironmentListeners contained in the given List. |