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