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