com.eurotech.framework.net
Class NetInterfaceRemovedEvent
java.lang.Object
org.osgi.service.event.Event
com.eurotech.framework.net.NetInterfaceRemovedEvent
public class NetInterfaceRemovedEvent
- extends org.osgi.service.event.Event
An event raised when a network interface has been removed from the system.
Methods inherited from class org.osgi.service.event.Event |
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString |
NETWORK_EVENT_INTERFACE_REMOVED_TOPIC
public static final String NETWORK_EVENT_INTERFACE_REMOVED_TOPIC
- Topic of the NetworkInterfaceRemovedEvent
- See Also:
- Constant Field Values
NETWORK_EVENT_INTERFACE_PROPERTY
public static final String NETWORK_EVENT_INTERFACE_PROPERTY
- Name of the property to access the network interface name
- See Also:
- Constant Field Values
NetInterfaceRemovedEvent
public NetInterfaceRemovedEvent(Map<String,?> properties)
getInterfaceName
public String getInterfaceName()
- Returns the name of the removed interface.
- Returns:
Copyright © 2013. All Rights Reserved.