com.eurotech.framework.net
Class NetInterfaceAddedEvent
java.lang.Object
org.osgi.service.event.Event
com.eurotech.framework.net.NetInterfaceAddedEvent
public class NetInterfaceAddedEvent
- extends org.osgi.service.event.Event
An event raised when a new network interface has been added to the system.
Methods inherited from class org.osgi.service.event.Event |
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString |
NETWORK_EVENT_INTERFACE_ADDED_TOPIC
public static final String NETWORK_EVENT_INTERFACE_ADDED_TOPIC
- Topic of the NetworkInterfaceAddedEvent
- 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
NetInterfaceAddedEvent
public NetInterfaceAddedEvent(Map<String,?> properties)
getInterfaceName
public String getInterfaceName()
- Returns the name of the added interface.
- Returns:
Copyright © 2013. All Rights Reserved.