@ProviderType
public class NetInterfaceAddedEvent
extends org.osgi.service.event.Event
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NETWORK_EVENT_INTERFACE_ADDED_TOPIC
Topic of the NetworkInterfaceAddedEvent
|
static java.lang.String |
NETWORK_EVENT_INTERFACE_PROPERTY
Name of the property to access the network interface name
|
| Constructor and Description |
|---|
NetInterfaceAddedEvent(java.util.Map<java.lang.String,?> properties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterfaceName()
Returns the name of the added interface.
|
public static final java.lang.String NETWORK_EVENT_INTERFACE_ADDED_TOPIC
public static final java.lang.String NETWORK_EVENT_INTERFACE_PROPERTY